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: Sun, 19 Sep 2021 05:20:52
Message-Id: 1632028825.2e6aff0061e5cd9531e7489647958ecc6ca8bb5a.sam@gentoo
1 commit: 2e6aff0061e5cd9531e7489647958ecc6ca8bb5a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 19 05:19:22 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 19 05:20:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e6aff00
7
8 media-libs/osl: fix MisplacedEclassVar
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/osl/osl-1.11.15.0.ebuild | 2 ++
13 media-libs/osl/osl-1.11.9.0-r1.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/osl/osl-1.11.15.0.ebuild b/media-libs/osl/osl-1.11.15.0.ebuild
17 index 612465934cb..f4a19303d28 100644
18 --- a/media-libs/osl/osl-1.11.15.0.ebuild
19 +++ b/media-libs/osl/osl-1.11.15.0.ebuild
20 @@ -8,6 +8,8 @@ PYTHON_COMPAT=( python3_{8,9,10} )
21 # check this on updates
22 LLVM_MAX_SLOT=13
23
24 +CMAKE_REMOVE_MODULES_LIST=()
25 +
26 inherit cmake llvm toolchain-funcs python-single-r1
27
28 DESCRIPTION="Advanced shading language for production GI renderers"
29
30 diff --git a/media-libs/osl/osl-1.11.9.0-r1.ebuild b/media-libs/osl/osl-1.11.9.0-r1.ebuild
31 index a85d2827df7..10bd18b8492 100644
32 --- a/media-libs/osl/osl-1.11.9.0-r1.ebuild
33 +++ b/media-libs/osl/osl-1.11.9.0-r1.ebuild
34 @@ -8,6 +8,8 @@ PYTHON_COMPAT=( python3_{8,9,10} )
35 # check this on updates
36 LLVM_MAX_SLOT=10
37
38 +CMAKE_REMOVE_MODULES_LIST=()
39 +
40 inherit cmake llvm toolchain-funcs python-single-r1
41
42 DESCRIPTION="Advanced shading language for production GI renderers"
43 @@ -56,8 +58,6 @@ BDEPEND="
44
45 PATCHES=()
46
47 -CMAKE_REMOVE_MODULES_LIST=()
48 -
49 # Restricting tests as Make file handles them differently
50 RESTRICT="test"