diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-10-29 11:27:30 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-10-29 11:27:30 +0000 |
commit | 0a84c6709f3fbbc23db02f784e68df80c4d80edc (patch) | |
tree | 5b50f9ce5583d3b2df3e0e8d25b4c2cefb7b01fe /eclass/python-r1.eclass | |
parent | Remove traces of pypy1.7, no longer in the tree and not supported by the ecla... (diff) | |
download | gentoo-2-0a84c6709f3fbbc23db02f784e68df80c4d80edc.tar.gz gentoo-2-0a84c6709f3fbbc23db02f784e68df80c4d80edc.tar.bz2 gentoo-2-0a84c6709f3fbbc23db02f784e68df80c4d80edc.zip |
Enable python3.3 support.
Diffstat (limited to 'eclass/python-r1.eclass')
-rw-r--r-- | eclass/python-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 6132f29526c8..351d2e33db98 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-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-r1.eclass,v 1.12 2012/10/29 09:51:27 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.13 2012/10/29 11:27:30 mgorny Exp $ # @ECLASS: python-r1 # @MAINTAINER: @@ -45,7 +45,7 @@ inherit multilib _PYTHON_ALL_IMPLS=( jython2_5 pypy1_8 pypy1_9 - python3_1 python3_2 + python3_1 python3_2 python3_3 python2_5 python2_6 python2_7 ) |