x11-libs/pixman: Switch USE=altivec -> CPU_FLAGS_PPC=altivec
authorMatt Turner <mattst88@gentoo.org>
Wed, 11 Sep 2019 18:15:41 +0000 (11:15 -0700)
committerMatt Turner <mattst88@gentoo.org>
Wed, 11 Sep 2019 18:20:46 +0000 (11:20 -0700)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
x11-libs/pixman/pixman-9999.ebuild

index 97ba3b6a51a8a4f3cf3d1fa937594caa05b05060..95726ead8e993dd4198a274447eb6272e4037e40 100644 (file)
@@ -22,7 +22,7 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="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"
+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"
 
 multilib_src_configure() {
        local openmp=disabled
@@ -34,7 +34,7 @@ multilib_src_configure() {
                $(meson_feature cpu_flags_x86_mmxext mmx)
                $(meson_feature cpu_flags_x86_sse2 sse2)
                $(meson_feature cpu_flags_x86_ssse3 ssse3)
-               $(meson_feature altivec vmx)
+               $(meson_feature cpu_flags_ppc_altivec vmx)
                $(meson_feature cpu_flags_arm_neon neon)
                $(meson_feature loongson2f loongson-mmi)
                -Dgtk=disabled