diff options
author | 2024-05-02 19:47:14 -0400 | |
---|---|---|
committer | 2024-05-03 04:33:18 +0100 | |
commit | 88c844cb1e45a4b1487e8b32618352d82902093e (patch) | |
tree | 71954799daf2189eceaaa3de4b78bfb99bcba68d /media-libs/osl/osl-1.13.7.0.ebuild | |
parent | app-emacs/nxml-libvirt-schemas: Add 10.3.0 (diff) | |
download | gentoo-88c844cb1e45a4b1487e8b32618352d82902093e.tar.gz gentoo-88c844cb1e45a4b1487e8b32618352d82902093e.tar.bz2 gentoo-88c844cb1e45a4b1487e8b32618352d82902093e.zip |
media-libs/osl: fix live ebuild that was never once tested
It was originally added while updating a tagged release. It cannot have
ever been tested because at the time it was added, it unconditionally
defined ${S} to something suitable for a tarball, whereas git-r3 sets
things up based on ${PN} for you already.
Fixes: c920bc0801087518ea87d472f7a78bfa25cb04c8
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/osl/osl-1.13.7.0.ebuild')
-rw-r--r-- | media-libs/osl/osl-1.13.7.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-libs/osl/osl-1.13.7.0.ebuild b/media-libs/osl/osl-1.13.7.0.ebuild index 673742be896a..45ff2f64c225 100644 --- a/media-libs/osl/osl-1.13.7.0.ebuild +++ b/media-libs/osl/osl-1.13.7.0.ebuild @@ -20,10 +20,9 @@ else # If a development release, please don't keyword! SRC_URI="https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64" + S="${WORKDIR}/OpenShadingLanguage-${PV}" fi -S="${WORKDIR}/OpenShadingLanguage-${PV}" - LICENSE="BSD" SLOT="0/$(ver_cut 1-3)" |