commit: 1eda236a9d434df2cadf8b091be91c9cd421893b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Oct 4 00:21:04 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Oct 4 00:21:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eda236a
media-libs/osl: fix MisplacedEclassVar again Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/osl/osl-1.11.9.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/osl/osl-1.11.9.0.ebuild b/media-libs/osl/osl-1.11.9.0.ebuild index eafd2f78c74..723fee86f66 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"
