summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-11-05 12:21:49 -0500
committerMatt Turner <mattst88@gentoo.org>2024-11-05 12:27:23 -0500
commit0cc498b3d4b8c5c4125ce4de6e18737c6950a63e (patch)
tree5c35a2ab2246cccca0d8186465ec80b8b9cdd709 /x11-libs/pixman
parentx11-libs/pixman: Remove outdated arm/arm64 clang workaround (diff)
downloadgentoo-0cc498b3d4b8c5c4125ce4de6e18737c6950a63e.tar.gz
gentoo-0cc498b3d4b8c5c4125ce4de6e18737c6950a63e.tar.bz2
gentoo-0cc498b3d4b8c5c4125ce4de6e18737c6950a63e.zip
x11-libs/pixman: Drop USE=iwmmxt
Removed upstream by commit 2e29b7c ("iwmmxt: Drop support"). Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/pixman')
-rw-r--r--x11-libs/pixman/pixman-9999.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-libs/pixman/pixman-9999.ebuild b/x11-libs/pixman/pixman-9999.ebuild
index e8d71e4e8d4d..911874557ebf 100644
--- a/x11-libs/pixman/pixman-9999.ebuild
+++ b/x11-libs/pixman/pixman-9999.ebuild
@@ -20,7 +20,7 @@ fi
LICENSE="MIT"
SLOT="0"
-IUSE="cpu_flags_ppc_altivec cpu_flags_arm_iwmmxt cpu_flags_arm_iwmmxt2 cpu_flags_arm_neon loongson2f cpu_flags_x86_mmxext cpu_flags_x86_sse2 cpu_flags_x86_ssse3 static-libs test"
+IUSE="cpu_flags_ppc_altivec cpu_flags_arm_neon loongson2f cpu_flags_x86_mmxext cpu_flags_x86_sse2 cpu_flags_x86_ssse3 static-libs test"
RESTRICT="!test? ( test )"
pkg_pretend() {
@@ -33,8 +33,6 @@ pkg_setup() {
multilib_src_configure() {
local emesonargs=(
- $(meson_feature cpu_flags_arm_iwmmxt iwmmxt)
- $(meson_use cpu_flags_arm_iwmmxt2 iwmmxt2)
$(meson_feature cpu_flags_x86_mmxext mmx)
$(meson_feature cpu_flags_x86_sse2 sse2)
$(meson_feature cpu_flags_x86_ssse3 ssse3)