summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-09-19 04:08:13 +0100
committerSam James <sam@gentoo.org>2021-09-19 04:08:13 +0100
commitc8255dc5a617930f74760a6f4147f1742efda1fa (patch)
treee54f5f8bd5fb98d112a3810ea3d2d8bda6ed164c /media-libs/embree
parentdev-lang/ispc: Keyword 1.16.0 arm, #795279 (diff)
downloadgentoo-c8255dc5a617930f74760a6f4147f1742efda1fa.tar.gz
gentoo-c8255dc5a617930f74760a6f4147f1742efda1fa.tar.bz2
gentoo-c8255dc5a617930f74760a6f4147f1742efda1fa.zip
media-libs/embree: Keyword 3.13.0-r1 arm, #795279
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/embree')
-rw-r--r--media-libs/embree/embree-3.13.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/embree/embree-3.13.0-r1.ebuild b/media-libs/embree/embree-3.13.0-r1.ebuild
index 4c2719eb7c64..b3e2399b41cc 100644
--- a/media-libs/embree/embree-3.13.0-r1.ebuild
+++ b/media-libs/embree/embree-3.13.0-r1.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 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
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[@]%:*}"