mgorny 15/01/28 19:47:10 Modified: pypy3-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.5 dev-python/pypy3/pypy3-2.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy3/pypy3-2.4.0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy3/pypy3-2.4.0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy3/pypy3-2.4.0.ebuild?r1=1.4&r2=1.5 Index: pypy3-2.4.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pypy3/pypy3-2.4.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pypy3-2.4.0.ebuild 11 Nov 2014 12:32:39 -0000 1.4 +++ pypy3-2.4.0.ebuild 28 Jan 2015 19:47:10 -0000 1.5 @@ -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/pypy3-2.4.0.ebuild,v 1.4 2014/11/11 12:32:39 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy3/pypy3-2.4.0.ebuild,v 1.5 2015/01/28 19:47:10 mgorny Exp $ EAPI=5 @@ -16,7 +16,7 @@ LICENSE="MIT" SLOT="0/$(get_version_component_range 1-2 ${PV})" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="bzip2 gdbm +jit low-memory ncurses sandbox shadowstack sqlite sse2 tk" +IUSE="bzip2 gdbm +jit low-memory ncurses sandbox shadowstack sqlite cpu_flags_x86_sse2 tk" RDEPEND=">=sys-libs/zlib-1.1.3:0= virtual/libffi:0= @@ -90,7 +90,7 @@ # the modern values... if use x86; then - if use sse2; then + if use cpu_flags_x86_sse2; then jit_backend+=x86 else jit_backend+=x86-without-sse2 1.7 dev-python/pypy3/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy3/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy3/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy3/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pypy3/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 23 Dec 2014 09:40:38 -0000 1.6 +++ ChangeLog 28 Jan 2015 19:47:10 -0000 1.7 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pypy3 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy3/ChangeLog,v 1.6 2014/12/23 09:40:38 alicef Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy3/ChangeLog,v 1.7 2015/01/28 19:47:10 mgorny Exp $ + + 28 Jan 2015; Michał Górny <[email protected]> pypy3-2.4.0.ebuild: + Switch to CPU_FLAGS_X86. 23 Dec 2014; Alice Ferrazzi <[email protected]> metadata.xml: Update email and removed proxy-maintainers herd
