summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-10 17:53:19 +0000
committerSam James <sam@gentoo.org>2021-06-10 17:53:55 +0000
commit9656f71d32c51af1206273864a10b52f60b5157c (patch)
tree572da43ec16c29b480b8f3131461a0b737eab4c5
parentdev-util/rizin: specify lower bound of tree-sitter to be >=0.19.0 (diff)
downloadgentoo-9656f71d32c51af1206273864a10b52f60b5157c.tar.gz
gentoo-9656f71d32c51af1206273864a10b52f60b5157c.tar.bz2
gentoo-9656f71d32c51af1206273864a10b52f60b5157c.zip
media-libs/embree: set IUSE=+raymask
Blender is the only reverse dependency and it needs this enabled. Reported-by: Kobboi Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--media-libs/embree/embree-3.13.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/embree/embree-3.13.0.ebuild b/media-libs/embree/embree-3.13.0.ebuild
index 548f969a2cff..7fb5564741fa 100644
--- a/media-libs/embree/embree-3.13.0.ebuild
+++ b/media-libs/embree/embree-3.13.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/embree/embree/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SLOT="3"
X86_CPU_FLAGS=( sse2:sse2 sse4_2:sse4_2 avx:avx avx2:avx2 avx512dq:avx512dq )
CPU_FLAGS=( ${X86_CPU_FLAGS[@]/#/cpu_flags_x86_} )
-IUSE="+compact-polys ispc raymask ssp +tbb tutorial static-libs ${CPU_FLAGS[@]%:*}"
+IUSE="+compact-polys ispc +raymask ssp +tbb tutorial static-libs ${CPU_FLAGS[@]%:*}"
BDEPEND="
virtual/pkgconfig
"