diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-08-05 14:20:47 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-08-05 14:20:47 +0000 |
commit | ff37941ad0122600245716eceb51a946df50e1d4 (patch) | |
tree | 5746f154687f29529c81e7746ef131a0a79056ae /profiles/desc | |
parent | Version bump (diff) | |
download | historical-ff37941ad0122600245716eceb51a946df50e1d4.tar.gz historical-ff37941ad0122600245716eceb51a946df50e1d4.tar.bz2 historical-ff37941ad0122600245716eceb51a946df50e1d4.zip |
Add pypy2_1.
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 fa64b8460bf8..b7352ace78f7 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.4 2013/03/07 20:51:07 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_single_target.desc,v 1.5 2013/08/05 14:20:47 floppym Exp $ # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags. @@ -14,3 +14,4 @@ jython2_5 - Build for Jython 2.5 only jython2_7 - Build for Jython 2.7 only pypy1_9 - Build for PyPy 1.9 only pypy2_0 - Build for PyPy 2.0 only +pypy2_1 - Build for PyPy 2.1 only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index 4325c925ed33..04c82c1f445f 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.8 2013/03/21 23:02:46 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.9 2013/08/05 14:20:47 floppym Exp $ # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. @@ -15,3 +15,4 @@ jython2_5 - Build with Jython 2.5 jython2_7 - Build with Jython 2.7 pypy1_9 - Build with PyPy 1.9 pypy2_0 - Build with PyPy 2.0 +pypy2_1 - Build with PyPy 2.1 |