diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-06-10 14:18:53 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-06-10 14:18:53 +0000 |
commit | 94a982eb82c3da49f89bd75b040c568bcb5159ac (patch) | |
tree | 4518f520d72e629fe2c3c06f58774cba179119d6 /profiles/desc | |
parent | Version bump. The new version adds a spellcheck feature for commit messages, ... (diff) | |
download | gentoo-2-94a982eb82c3da49f89bd75b040c568bcb5159ac.tar.gz gentoo-2-94a982eb82c3da49f89bd75b040c568bcb5159ac.tar.bz2 gentoo-2-94a982eb82c3da49f89bd75b040c568bcb5159ac.zip |
Add pypy1_9.
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/python_targets.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index c28ab748d9dc..c013b0418443 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.1 2012/03/25 18:42:12 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.2 2012/06/10 14:18:53 floppym Exp $ # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. @@ -12,3 +12,4 @@ python3_2 - Build with Python 3.2 jython2_5 - Build with Jython 2.5 pypy1_7 - Build with PyPy 1.7 pypy1_8 - Build with PyPy 1.8 +pypy1_9 - Build with PyPy 1.9 |