summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-12-20 06:05:23 +0000
committerMike Gilbert <floppym@gentoo.org>2012-12-20 06:05:23 +0000
commit0a7bd94c9f036deedaa00721728e3a8c6b29124e (patch)
tree123399248e096ee19c7d071729546e0ddb8c147f /eclass/python-utils-r1.eclass
parentUpdate date on previous change. (diff)
downloadhistorical-0a7bd94c9f036deedaa00721728e3a8c6b29124e.tar.gz
historical-0a7bd94c9f036deedaa00721728e3a8c6b29124e.tar.bz2
historical-0a7bd94c9f036deedaa00721728e3a8c6b29124e.zip
Add pypy2_0.
Diffstat (limited to 'eclass/python-utils-r1.eclass')
-rw-r--r--eclass/python-utils-r1.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index 0f342b7ad2c2..1e523b282269 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-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-utils-r1.eclass,v 1.7 2012/12/15 21:30:03 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.8 2012/12/20 06:05:23 floppym Exp $
# @ECLASS: python-utils-r1
# @MAINTAINER:
@@ -43,7 +43,7 @@ inherit multilib
# All supported Python implementations, most preferred last.
_PYTHON_ALL_IMPLS=(
jython2_5
- pypy1_8 pypy1_9
+ pypy1_8 pypy1_9 pypy2_0
python3_1 python3_2 python3_3
python2_5 python2_6 python2_7
)