summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-01-28 22:21:55 +0000
committerMichał Górny <mgorny@gentoo.org>2015-01-28 22:21:55 +0000
commit7a9119ccfa6316d42810094328871c60cb4eb6a7 (patch)
tree5ca89cff7a20e713a65f6ff689975fcda42e1b26 /x11-libs
parentRemove mask for app-emacs/cedet, package removed from tree. (diff)
downloadgentoo-2-7a9119ccfa6316d42810094328871c60cb4eb6a7.tar.gz
gentoo-2-7a9119ccfa6316d42810094328871c60cb4eb6a7.tar.bz2
gentoo-2-7a9119ccfa6316d42810094328871c60cb4eb6a7.zip
Switch to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/pixman/ChangeLog8
-rw-r--r--x11-libs/pixman/pixman-0.32.4.ebuild12
-rw-r--r--x11-libs/pixman/pixman-0.32.6.ebuild12
3 files changed, 18 insertions, 14 deletions
diff --git a/x11-libs/pixman/ChangeLog b/x11-libs/pixman/ChangeLog
index 000dcdc3991c..9cb2c3b661f2 100644
--- a/x11-libs/pixman/ChangeLog
+++ b/x11-libs/pixman/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/pixman
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/ChangeLog,v 1.188 2014/10/22 17:15:49 chithanh Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/ChangeLog,v 1.189 2015/01/28 22:21:55 mgorny Exp $
+
+ 28 Jan 2015; Michał Górny <mgorny@gentoo.org> pixman-0.32.4.ebuild,
+ pixman-0.32.6.ebuild:
+ Switch to CPU_FLAGS_X86.
*pixman-0.32.6 (22 Oct 2014)
diff --git a/x11-libs/pixman/pixman-0.32.4.ebuild b/x11-libs/pixman/pixman-0.32.4.ebuild
index b31e4e46ceaf..6a90a64c4b68 100644
--- a/x11-libs/pixman/pixman-0.32.4.ebuild
+++ b/x11-libs/pixman/pixman-0.32.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.32.4.ebuild,v 1.12 2014/10/22 17:15:49 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.32.4.ebuild,v 1.13 2015/01/28 22:21:55 mgorny Exp $
EAPI=5
XORG_MULTILIB=yes
@@ -10,7 +10,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/pixman"
DESCRIPTION="Low-level pixel manipulation routines"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="altivec iwmmxt loongson2f mmxext neon sse2 ssse3"
+IUSE="altivec iwmmxt loongson2f cpu_flags_x86_mmxext neon cpu_flags_x86_sse2 cpu_flags_x86_ssse3"
RDEPEND="abi_x86_32? (
!<=app-emulation/emul-linux-x86-gtklibs-20131008
!app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
@@ -18,9 +18,9 @@ RDEPEND="abi_x86_32? (
src_configure() {
XORG_CONFIGURE_OPTIONS=(
- $(use_enable mmxext mmx)
- $(use_enable sse2)
- $(use_enable ssse3)
+ $(use_enable cpu_flags_x86_mmxext mmx)
+ $(use_enable cpu_flags_x86_sse2 sse2)
+ $(use_enable cpu_flags_x86_ssse3 ssse3)
$(use_enable altivec vmx)
$(use_enable neon arm-neon)
$(use_enable iwmmxt arm-iwmmxt)
diff --git a/x11-libs/pixman/pixman-0.32.6.ebuild b/x11-libs/pixman/pixman-0.32.6.ebuild
index 7802f87b4e90..80ce177ced56 100644
--- a/x11-libs/pixman/pixman-0.32.6.ebuild
+++ b/x11-libs/pixman/pixman-0.32.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.32.6.ebuild,v 1.1 2014/10/22 17:15:49 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.32.6.ebuild,v 1.2 2015/01/28 22:21:55 mgorny Exp $
EAPI=5
XORG_MULTILIB=yes
@@ -10,7 +10,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/pixman"
DESCRIPTION="Low-level pixel manipulation routines"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="altivec iwmmxt loongson2f mmxext neon sse2 ssse3"
+IUSE="altivec iwmmxt loongson2f cpu_flags_x86_mmxext neon cpu_flags_x86_sse2 cpu_flags_x86_ssse3"
RDEPEND="abi_x86_32? (
!<=app-emulation/emul-linux-x86-gtklibs-20131008
!app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
@@ -18,9 +18,9 @@ RDEPEND="abi_x86_32? (
src_configure() {
XORG_CONFIGURE_OPTIONS=(
- $(use_enable mmxext mmx)
- $(use_enable sse2)
- $(use_enable ssse3)
+ $(use_enable cpu_flags_x86_mmxext mmx)
+ $(use_enable cpu_flags_x86_sse2 sse2)
+ $(use_enable cpu_flags_x86_ssse3 ssse3)
$(use_enable altivec vmx)
$(use_enable neon arm-neon)
$(use_enable iwmmxt arm-iwmmxt)