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/python_single_target.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/python_single_target.desc')
-rw-r--r-- | profiles/desc/python_single_target.desc | 3 |
1 files changed, 2 insertions, 1 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 |