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/embree/
Date: Thu, 10 Jun 2021 17:54:17
Message-Id: 1623347635.9656f71d32c51af1206273864a10b52f60b5157c.sam@gentoo
1 commit: 9656f71d32c51af1206273864a10b52f60b5157c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 10 17:53:19 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 17:53:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9656f71d
7
8 media-libs/embree: set IUSE=+raymask
9
10 Blender is the only reverse dependency and it needs this enabled.
11
12 Reported-by: Kobboi
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 media-libs/embree/embree-3.13.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/media-libs/embree/embree-3.13.0.ebuild b/media-libs/embree/embree-3.13.0.ebuild
19 index 548f969a2cf..7fb5564741f 100644
20 --- a/media-libs/embree/embree-3.13.0.ebuild
21 +++ b/media-libs/embree/embree-3.13.0.ebuild
22 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/embree/embree/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 SLOT="3"
24 X86_CPU_FLAGS=( sse2:sse2 sse4_2:sse4_2 avx:avx avx2:avx2 avx512dq:avx512dq )
25 CPU_FLAGS=( ${X86_CPU_FLAGS[@]/#/cpu_flags_x86_} )
26 -IUSE="+compact-polys ispc raymask ssp +tbb tutorial static-libs ${CPU_FLAGS[@]%:*}"
27 +IUSE="+compact-polys ispc +raymask ssp +tbb tutorial static-libs ${CPU_FLAGS[@]%:*}"
28 BDEPEND="
29 virtual/pkgconfig
30 "