summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-12-20 06:26:16 +0000
committerMike Gilbert <floppym@gentoo.org>2012-12-20 06:26:16 +0000
commit685fe6bf8ad8629f4d1c9cde769c06dcfacc9228 (patch)
tree74a6ea63cdbe440d84ef15cf9ebe8cbaf3b6aa22 /eclass/python.eclass
parentAdd 2.7-pypy-2.0. (diff)
downloadhistorical-685fe6bf8ad8629f4d1c9cde769c06dcfacc9228.tar.gz
historical-685fe6bf8ad8629f4d1c9cde769c06dcfacc9228.tar.bz2
historical-685fe6bf8ad8629f4d1c9cde769c06dcfacc9228.zip
Add pypy version mapping for 2.0 => 2.7.
Diffstat (limited to 'eclass/python.eclass')
-rw-r--r--eclass/python.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/python.eclass b/eclass/python.eclass
index 673973d481dc..bdbd1ea288c6 100644
--- a/eclass/python.eclass
+++ b/eclass/python.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.eclass,v 1.162 2012/12/20 06:07:05 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.163 2012/12/20 06:26:16 floppym Exp $
# @ECLASS: python.eclass
# @MAINTAINER:
@@ -1306,6 +1306,7 @@ pypy_versions_mapping = {
"1.7": "2.7",
"1.8": "2.7",
"1.9": "2.7",
+ "2.0": "2.7",
}
def get_PYTHON_ABI(python_interpreter):