summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-04 01:21:04 +0100
committerSam James <sam@gentoo.org>2021-10-04 01:21:04 +0100
commit1eda236a9d434df2cadf8b091be91c9cd421893b (patch)
treee83bab1506a2068966b67e4cc6226d5fe6526195
parentmedia-libs/osl: fix MisplacedEclassVar (diff)
downloadgentoo-1eda236a.tar.gz
gentoo-1eda236a.tar.bz2
gentoo-1eda236a.zip
media-libs/osl: fix MisplacedEclassVar again
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--media-libs/osl/osl-1.11.9.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/osl/osl-1.11.9.0.ebuild b/media-libs/osl/osl-1.11.9.0.ebuild
index eafd2f78c74c..723fee86f662 100644
--- a/media-libs/osl/osl-1.11.9.0.ebuild
+++ b/media-libs/osl/osl-1.11.9.0.ebuild
@@ -2,13 +2,14 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit cmake llvm toolchain-funcs
# check this on updates
LLVM_MAX_SLOT=10
CMAKE_REMOVE_MODULES_LIST=()
+inherit cmake llvm toolchain-funcs
+
DESCRIPTION="Advanced shading language for production GI renderers"
HOMEPAGE="http://opensource.imageworks.com/?p=osl https://github.com/imageworks/OpenShadingLanguage"
SRC_URI="https://github.com/imageworks/OpenShadingLanguage/archive/Release-${PV}.tar.gz -> ${P}.tar.gz"