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: Sun, 07 Apr 2019 20:59:41
Message-Id: 1554670762.40868cdbd7bc421ffc020614b9299f80a3e61e3e.mattst88@gentoo
1 commit: 40868cdbd7bc421ffc020614b9299f80a3e61e3e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 7 20:55:15 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 7 20:59:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40868cdb
7
8 x11-libs/pixman: Add iwmmxt2 support
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/pixman/pixman-9999.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/x11-libs/pixman/pixman-9999.ebuild b/x11-libs/pixman/pixman-9999.ebuild
16 index 9af2c222cf3..b3d002804a6 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 loongson2f cpu_flags_x86_mmxext neon cpu_flags_x86_sse2 cpu_flags_x86_ssse3"
24 +IUSE="altivec cpu_flags_arm_iwmmxt cpu_flags_arm_iwmmxt2 loongson2f cpu_flags_x86_mmxext neon cpu_flags_x86_sse2 cpu_flags_x86_ssse3"
25
26 src_unpack() {
27 default
28 @@ -32,6 +32,7 @@ src_unpack() {
29 multilib_src_configure() {
30 local emesonargs=(
31 $(meson_feature cpu_flags_arm_iwmmxt iwmmxt)
32 + $(meson_use cpu_flags_arm_iwmmxt2 iwmmxt2)
33 $(meson_feature cpu_flags_x86_mmxext mmx)
34 $(meson_feature cpu_flags_x86_sse2 sse2)
35 $(meson_feature cpu_flags_x86_ssse3 ssse3)