diff options
Diffstat (limited to 'media-libs')
-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" |