diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2011-11-30 08:55:18 +0000 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2011-11-30 08:55:18 +0000 |
commit | fc6d9c6243c631e5d1b7eadbb07de69db0e579e9 (patch) | |
tree | 8fe1b386da2991a2264370f4f4de96731958a97f /eclass/python.eclass | |
parent | Version bump pypy to 1.7 (bugs fixed: 379791, 383063, 373487). (diff) | |
download | historical-fc6d9c6243c631e5d1b7eadbb07de69db0e579e9.tar.gz historical-fc6d9c6243c631e5d1b7eadbb07de69db0e579e9.tar.bz2 historical-fc6d9c6243c631e5d1b7eadbb07de69db0e579e9.zip |
Update supported pypy ABIs.
Diffstat (limited to 'eclass/python.eclass')
-rw-r--r-- | eclass/python.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/python.eclass b/eclass/python.eclass index c0b612b16dcf..51b76075ade3 100644 --- a/eclass/python.eclass +++ b/eclass/python.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.140 2011/11/18 23:37:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.141 2011/11/30 08:55:18 djc Exp $ # @ECLASS: python.eclass # @MAINTAINER: @@ -18,7 +18,7 @@ fi _CPYTHON2_GLOBALLY_SUPPORTED_ABIS=(2.4 2.5 2.6 2.7) _CPYTHON3_GLOBALLY_SUPPORTED_ABIS=(3.1 3.2) _JYTHON_GLOBALLY_SUPPORTED_ABIS=(2.5-jython) -_PYPY_GLOBALLY_SUPPORTED_ABIS=(2.7-pypy-1.5) +_PYPY_GLOBALLY_SUPPORTED_ABIS=(2.7-pypy-1.7) _PYTHON_GLOBALLY_SUPPORTED_ABIS=(${_CPYTHON2_GLOBALLY_SUPPORTED_ABIS[@]} ${_CPYTHON3_GLOBALLY_SUPPORTED_ABIS[@]} ${_JYTHON_GLOBALLY_SUPPORTED_ABIS[@]} ${_PYPY_GLOBALLY_SUPPORTED_ABIS[@]}) # ================================================================================================ |