diff options
author | Sam James <sam@gentoo.org> | 2021-10-04 01:21:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-04 01:21:04 +0100 |
commit | 1eda236a9d434df2cadf8b091be91c9cd421893b (patch) | |
tree | e83bab1506a2068966b67e4cc6226d5fe6526195 /media-libs/osl/osl-1.11.9.0.ebuild | |
parent | media-libs/osl: fix MisplacedEclassVar (diff) | |
download | gentoo-1eda236a9d434df2cadf8b091be91c9cd421893b.tar.gz gentoo-1eda236a9d434df2cadf8b091be91c9cd421893b.tar.bz2 gentoo-1eda236a9d434df2cadf8b091be91c9cd421893b.zip |
media-libs/osl: fix MisplacedEclassVar again
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/osl/osl-1.11.9.0.ebuild')
-rw-r--r-- | media-libs/osl/osl-1.11.9.0.ebuild | 3 |
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" |