diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-12-20 05:55:56 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-12-20 05:55:56 +0000 |
commit | 4534462e02b226fef452a1696401d14a18706adc (patch) | |
tree | ec0f1ac72c1b9a4c179e0129aaee8cce6f979273 /profiles/desc | |
parent | Version bump for testing, bug 445450. No keywords. (diff) | |
download | gentoo-2-4534462e02b226fef452a1696401d14a18706adc.tar.gz gentoo-2-4534462e02b226fef452a1696401d14a18706adc.tar.bz2 gentoo-2-4534462e02b226fef452a1696401d14a18706adc.zip |
Add pypy2_0 use-expand values.
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/python_single_target.desc | 3 | ||||
-rw-r--r-- | profiles/desc/python_targets.desc | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index 18025203ef27..08f98557720f 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -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/profiles/desc/python_single_target.desc,v 1.1 2012/11/24 21:08:40 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_single_target.desc,v 1.2 2012/12/20 05:55:56 floppym Exp $ # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags. @@ -13,3 +13,4 @@ python3_3 - Build for Python 3.3 only jython2_5 - Build for Jython 2.5 only pypy1_8 - Build for PyPy 1.8 only pypy1_9 - Build for PyPy 1.9 only +pypy2_0 - Build for PyPy 2.0 only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index c3143e495953..5eadb957d669 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -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/profiles/desc/python_targets.desc,v 1.4 2012/10/29 11:26:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.5 2012/12/20 05:55:56 floppym Exp $ # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. @@ -13,3 +13,4 @@ python3_3 - Build with Python 3.3 jython2_5 - Build with Jython 2.5 pypy1_8 - Build with PyPy 1.8 pypy1_9 - Build with PyPy 1.9 +pypy2_0 - Build with PyPy 2.0 |