mgorny 15/01/28 22:21:55 Modified: pixman-0.32.6.ebuild pixman-0.32.4.ebuild ChangeLog Log: Switch to CPU_FLAGS_X86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 x11-libs/pixman/pixman-0.32.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/pixman-0.32.6.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/pixman-0.32.6.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/pixman-0.32.6.ebuild?r1=1.1&r2=1.2 Index: pixman-0.32.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.32.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pixman-0.32.6.ebuild 22 Oct 2014 17:15:49 -0000 1.1 +++ pixman-0.32.6.ebuild 28 Jan 2015 22:21:55 -0000 1.2 @@ -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 @@ 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 @@ 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) 1.13 x11-libs/pixman/pixman-0.32.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/pixman-0.32.4.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/pixman-0.32.4.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/pixman-0.32.4.ebuild?r1=1.12&r2=1.13 Index: pixman-0.32.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.32.4.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pixman-0.32.4.ebuild 22 Oct 2014 17:15:49 -0000 1.12 +++ pixman-0.32.4.ebuild 28 Jan 2015 22:21:55 -0000 1.13 @@ -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 @@ 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 @@ 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) 1.189 x11-libs/pixman/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/ChangeLog?rev=1.189&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/ChangeLog?rev=1.189&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pixman/ChangeLog?r1=1.188&r2=1.189 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/pixman/ChangeLog,v retrieving revision 1.188 retrieving revision 1.189 diff -u -r1.188 -r1.189 --- ChangeLog 22 Oct 2014 17:15:49 -0000 1.188 +++ ChangeLog 28 Jan 2015 22:21:55 -0000 1.189 @@ -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 <[email protected]> pixman-0.32.4.ebuild, + pixman-0.32.6.ebuild: + Switch to CPU_FLAGS_X86. *pixman-0.32.6 (22 Oct 2014)
