summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2011-11-30 08:55:18 +0000
committerDirkjan Ochtman <djc@gentoo.org>2011-11-30 08:55:18 +0000
commit289625541070dd4f9478d4c1d106033626b44141 (patch)
tree24ab0736f47178326f9736fdd743a99fa075df66 /eclass/python.eclass
parentVersion bump pypy to 1.7 (bugs fixed: 379791, 383063, 373487). (diff)
downloadgentoo-2-289625541070dd4f9478d4c1d106033626b44141.tar.gz
gentoo-2-289625541070dd4f9478d4c1d106033626b44141.tar.bz2
gentoo-2-289625541070dd4f9478d4c1d106033626b44141.zip
Update supported pypy ABIs.
Diffstat (limited to 'eclass/python.eclass')
-rw-r--r--eclass/python.eclass4
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[@]})
# ================================================================================================