diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-10 22:02:30 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-10 22:46:22 +0200 |
commit | 136cbc8bd50200894e7a8eeef35e2c47ba119e39 (patch) | |
tree | b24f8c09e087b50ea9bfdafd461f89f8e02ad07f /media-libs | |
parent | media-libs/osl: unkeyword for ~x86, no revdeps (diff) | |
download | gentoo-136cbc8bd50200894e7a8eeef35e2c47ba119e39.tar.gz gentoo-136cbc8bd50200894e7a8eeef35e2c47ba119e39.tar.bz2 gentoo-136cbc8bd50200894e7a8eeef35e2c47ba119e39.zip |
media-libs/embree: unkeyword 3.13.4 for ~x86, no revdeps
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/embree/embree-3.13.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/embree/embree-3.13.4.ebuild b/media-libs/embree/embree-3.13.4.ebuild index 3c9f945a7e83..247a69b0fb6c 100644 --- a/media-libs/embree/embree-3.13.4.ebuild +++ b/media-libs/embree/embree-3.13.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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_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[@]%:*}" |