diff options
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/python-utils-r1.eclass | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index ce5f76916e4e..2d9b82ad25a2 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.566 2012/12/19 09:22:17 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.567 2012/12/20 06:05:23 floppym Exp $ + + 20 Dec 2012; Mike Gilbert <floppym@gentoo.org> python-utils-r1.eclass: + Add pypy2_0. 19 Dec 2012; Michał Górny <mgorny@gentoo.org> python-r1.eclass: Re-enable python-r1 -> python-single-r1 dep prevention. diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 0f342b7ad2c2..1e523b282269 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.7 2012/12/15 21:30:03 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.8 2012/12/20 06:05:23 floppym Exp $ # @ECLASS: python-utils-r1 # @MAINTAINER: @@ -43,7 +43,7 @@ inherit multilib # All supported Python implementations, most preferred last. _PYTHON_ALL_IMPLS=( jython2_5 - pypy1_8 pypy1_9 + pypy1_8 pypy1_9 pypy2_0 python3_1 python3_2 python3_3 python2_5 python2_6 python2_7 ) |