mgorny 15/01/28 19:45:44 Modified: pypy3-bin-2.4.0.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.3 dev-python/pypy3-bin/pypy3-bin-2.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy3-bin/pypy3-bin-2.4.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy3-bin/pypy3-bin-2.4.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy3-bin/pypy3-bin-2.4.0.ebuild?r1=1.2&r2=1.3 Index: pypy3-bin-2.4.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pypy3-bin/pypy3-bin-2.4.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pypy3-bin-2.4.0.ebuild 22 Nov 2014 10:07:35 -0000 1.2 +++ pypy3-bin-2.4.0.ebuild 28 Jan 2015 19:45:44 -0000 1.3 @@ -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/dev-python/pypy3-bin/pypy3-bin-2.4.0.ebuild,v 1.2 2014/11/22 10:07:35 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy3-bin/pypy3-bin-2.4.0.ebuild,v 1.3 2015/01/28 19:45:44 mgorny Exp $ EAPI=5 @@ -25,7 +25,7 @@ ) ) ) x86? ( - sse2? ( + cpu_flags_x86_sse2? ( jit? ( shadowstack? ( ${BINHOST}/${P}-x86+bzip2+jit+ncurses+shadowstack+sse2.tar.xz ) ) @@ -36,7 +36,7 @@ ${BINHOST}/${P}-x86+bzip2+ncurses+sse2.tar.xz ) ) ) - !sse2? ( + !cpu_flags_x86_sse2? ( !jit? ( !shadowstack? ( ${BINHOST}/${P}-x86+bzip2+ncurses.tar.xz ) ) @@ -45,12 +45,12 @@ # Supported variants REQUIRED_USE="!jit? ( !shadowstack ) - x86? ( !sse2? ( !jit !shadowstack ) )" + x86? ( !cpu_flags_x86_sse2? ( !jit !shadowstack ) )" LICENSE="MIT" SLOT="0/$(get_version_component_range 1-2 ${PV})" KEYWORDS="~amd64 ~x86" -IUSE="gdbm +jit shadowstack sqlite sse2 test tk" +IUSE="gdbm +jit shadowstack sqlite cpu_flags_x86_sse2 test tk" # yep, world would be easier if people started filling subslots... RDEPEND=" 1.5 dev-python/pypy3-bin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy3-bin/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy3-bin/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy3-bin/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pypy3-bin/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 23 Dec 2014 09:42:18 -0000 1.4 +++ ChangeLog 28 Jan 2015 19:45:44 -0000 1.5 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pypy3-bin -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy3-bin/ChangeLog,v 1.4 2014/12/23 09:42:18 alicef Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy3-bin/ChangeLog,v 1.5 2015/01/28 19:45:44 mgorny Exp $ + + 28 Jan 2015; Michał Górny <mgo...@gentoo.org> pypy3-bin-2.4.0.ebuild: + Switch to CPU_FLAGS_X86. 23 Dec 2014; Alice Ferrazzi <ali...@gentoo.org> metadata.xml: Update email and removed proxy-maintainers herd