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: Tue, 30 Oct 2018 22:41:33
Message-Id: 1540939264.9f68e08342289177f168b3f8917331f23d56a0f7.mattst88@gentoo
1 commit: 9f68e08342289177f168b3f8917331f23d56a0f7
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 30 22:39:14 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 30 22:41:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f68e083
7
8 x11-libs/pixman: Switch IUSE=iwmmxt to IUSE=cpu_flags_arm_iwmmxt
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/pixman/pixman-0.34.0.ebuild | 6 +++---
13 x11-libs/pixman/pixman-9999.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/x11-libs/pixman/pixman-0.34.0.ebuild b/x11-libs/pixman/pixman-0.34.0.ebuild
17 index f9a23e06bb2..17398e176c3 100644
18 --- a/x11-libs/pixman/pixman-0.34.0.ebuild
19 +++ b/x11-libs/pixman/pixman-0.34.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -12,16 +12,16 @@ if [[ $PV != 9999* ]]; then
27 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
28 fi
29
30 -IUSE="altivec iwmmxt loongson2f cpu_flags_x86_mmxext neon cpu_flags_x86_sse2 cpu_flags_x86_ssse3"
31 +IUSE="altivec loongson2f cpu_flags_arm_iwmmxt cpu_flags_x86_mmxext neon cpu_flags_x86_sse2 cpu_flags_x86_ssse3"
32
33 src_configure() {
34 XORG_CONFIGURE_OPTIONS=(
35 + $(use_enable cpu_flags_arm_iwmmxt arm-iwmmxt)
36 $(use_enable cpu_flags_x86_mmxext mmx)
37 $(use_enable cpu_flags_x86_sse2 sse2)
38 $(use_enable cpu_flags_x86_ssse3 ssse3)
39 $(use_enable altivec vmx)
40 $(use_enable neon arm-neon)
41 - $(use_enable iwmmxt arm-iwmmxt)
42 $(use_enable loongson2f loongson-mmi)
43 --disable-gtk
44 --disable-libpng
45
46 diff --git a/x11-libs/pixman/pixman-9999.ebuild b/x11-libs/pixman/pixman-9999.ebuild
47 index 1ddfad8bc90..076a3ddb2d7 100644
48 --- a/x11-libs/pixman/pixman-9999.ebuild
49 +++ b/x11-libs/pixman/pixman-9999.ebuild
50 @@ -1,4 +1,4 @@
51 -# Copyright 1999-2017 Gentoo Foundation
52 +# Copyright 1999-2018 Gentoo Authors
53 # Distributed under the terms of the GNU General Public License v2
54
55 EAPI=5
56 @@ -12,16 +12,16 @@ if [[ $PV != 9999* ]]; then
57 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
58 fi
59
60 -IUSE="altivec iwmmxt loongson2f cpu_flags_x86_mmxext neon cpu_flags_x86_sse2 cpu_flags_x86_ssse3"
61 +IUSE="altivec cpu_flags_arm_iwmmxt loongson2f cpu_flags_x86_mmxext neon cpu_flags_x86_sse2 cpu_flags_x86_ssse3"
62
63 src_configure() {
64 XORG_CONFIGURE_OPTIONS=(
65 + $(use_enable cpu_flags_arm_iwmmxt arm-iwmmxt)
66 $(use_enable cpu_flags_x86_mmxext mmx)
67 $(use_enable cpu_flags_x86_sse2 sse2)
68 $(use_enable cpu_flags_x86_ssse3 ssse3)
69 $(use_enable altivec vmx)
70 $(use_enable neon arm-neon)
71 - $(use_enable iwmmxt arm-iwmmxt)
72 $(use_enable loongson2f loongson-mmi)
73 --disable-gtk
74 --disable-libpng