diff options
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 ) |