mgorny 14/11/08 23:04:12 Modified: pypy-2.4.0.ebuild ChangeLog Log: Restore keywords now that pypy-bin packages are built. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.9 dev-python/pypy/pypy-2.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/pypy-2.4.0.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/pypy-2.4.0.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/pypy-2.4.0.ebuild?r1=1.8&r2=1.9 Index: pypy-2.4.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pypy/pypy-2.4.0.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pypy-2.4.0.ebuild 5 Nov 2014 22:58:22 -0000 1.8 +++ pypy-2.4.0.ebuild 8 Nov 2014 23:04:12 -0000 1.9 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/pypy-2.4.0.ebuild,v 1.8 2014/11/05 22:58:22 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/pypy-2.4.0.ebuild,v 1.9 2014/11/08 23:04:12 mgorny Exp $ EAPI=5 @@ -14,11 +14,7 @@ LICENSE="MIT" SLOT="0/$(get_version_component_range 1-2 ${PV})" - -# Wait for pypy-bin to appear -#KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -KEYWORDS="" - +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="bzip2 doc gdbm +jit low-memory ncurses sandbox shadowstack sqlite sse2 tk" RDEPEND=">=sys-libs/zlib-1.1.3:0= 1.79 dev-python/pypy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/ChangeLog?rev=1.79&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/ChangeLog?rev=1.79&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/ChangeLog?r1=1.78&r2=1.79 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pypy/ChangeLog,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- ChangeLog 5 Nov 2014 22:58:22 -0000 1.78 +++ ChangeLog 8 Nov 2014 23:04:12 -0000 1.79 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pypy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/ChangeLog,v 1.78 2014/11/05 22:58:22 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/ChangeLog,v 1.79 2014/11/08 23:04:12 mgorny Exp $ + + 08 Nov 2014; Michał Górny <[email protected]> pypy-2.4.0.ebuild: + Restore keywords now that pypy-bin packages are built. 05 Nov 2014; Michał Górny <[email protected]> pypy-2.4.0.ebuild: Fix whitespace.
