diff options
author | Sam James <sam@gentoo.org> | 2022-12-26 03:19:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-26 03:19:30 +0000 |
commit | 5dd50ab7705b09c6cef8a015fdf8c9d4e41ef248 (patch) | |
tree | 8a27a75d1dc497ff25370b94a7ba92000ad3a70e /media-libs | |
parent | dev-cpp/waylandpp: Stabilize 1.0.0 amd64, #887539 (diff) | |
download | gentoo-5dd50ab7705b09c6cef8a015fdf8c9d4e41ef248.tar.gz gentoo-5dd50ab7705b09c6cef8a015fdf8c9d4e41ef248.tar.bz2 gentoo-5dd50ab7705b09c6cef8a015fdf8c9d4e41ef248.zip |
media-libs/embree: Stabilize 3.13.4 amd64, #887549
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/embree/embree-3.13.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/embree/embree-3.13.4.ebuild b/media-libs/embree/embree-3.13.4.ebuild index 10b3cb8db86e..3c9f945a7e83 100644 --- a/media-libs/embree/embree-3.13.4.ebuild +++ b/media-libs/embree/embree-3.13.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/embree/embree/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="3" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" X86_CPU_FLAGS=( sse2:sse2 sse4_2:sse4_2 avx:avx avx2:avx2 avx512dq:avx512dq ) CPU_FLAGS=( cpu_flags_arm_neon ${X86_CPU_FLAGS[@]/#/cpu_flags_x86_} ) IUSE="+compact-polys ispc +raymask ssp +tbb tutorial ${CPU_FLAGS[@]%:*}" |