Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/osl/
Date: Mon, 04 Oct 2021 00:21:23
Message-Id: 1633306864.1eda236a9d434df2cadf8b091be91c9cd421893b.sam@gentoo
1 commit: 1eda236a9d434df2cadf8b091be91c9cd421893b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 00:21:04 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 00:21:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eda236a
7
8 media-libs/osl: fix MisplacedEclassVar again
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/osl/osl-1.11.9.0.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/media-libs/osl/osl-1.11.9.0.ebuild b/media-libs/osl/osl-1.11.9.0.ebuild
16 index eafd2f78c74..723fee86f66 100644
17 --- a/media-libs/osl/osl-1.11.9.0.ebuild
18 +++ b/media-libs/osl/osl-1.11.9.0.ebuild
19 @@ -2,13 +2,14 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -inherit cmake llvm toolchain-funcs
24
25 # check this on updates
26 LLVM_MAX_SLOT=10
27
28 CMAKE_REMOVE_MODULES_LIST=()
29
30 +inherit cmake llvm toolchain-funcs
31 +
32 DESCRIPTION="Advanced shading language for production GI renderers"
33 HOMEPAGE="http://opensource.imageworks.com/?p=osl https://github.com/imageworks/OpenShadingLanguage"
34 SRC_URI="https://github.com/imageworks/OpenShadingLanguage/archive/Release-${PV}.tar.gz -> ${P}.tar.gz"