Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/pixman/
Date: Wed, 11 Sep 2019 18:21:27
Message-Id: 1568226046.581fd7edc69dd8b5ad49cee734a367a8094b5882.mattst88@gentoo
1 commit: 581fd7edc69dd8b5ad49cee734a367a8094b5882
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 11 18:15:41 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 11 18:20:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581fd7ed
7
8 x11-libs/pixman: Switch USE=altivec -> CPU_FLAGS_PPC=altivec
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/pixman/pixman-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-libs/pixman/pixman-9999.ebuild b/x11-libs/pixman/pixman-9999.ebuild
16 index 97ba3b6a51a..95726ead8e9 100644
17 --- a/x11-libs/pixman/pixman-9999.ebuild
18 +++ b/x11-libs/pixman/pixman-9999.ebuild
19 @@ -22,7 +22,7 @@ fi
20
21 LICENSE="MIT"
22 SLOT="0"
23 -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"
24 +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"
25
26 multilib_src_configure() {
27 local openmp=disabled
28 @@ -34,7 +34,7 @@ multilib_src_configure() {
29 $(meson_feature cpu_flags_x86_mmxext mmx)
30 $(meson_feature cpu_flags_x86_sse2 sse2)
31 $(meson_feature cpu_flags_x86_ssse3 ssse3)
32 - $(meson_feature altivec vmx)
33 + $(meson_feature cpu_flags_ppc_altivec vmx)
34 $(meson_feature cpu_flags_arm_neon neon)
35 $(meson_feature loongson2f loongson-mmi)
36 -Dgtk=disabled