diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-10-29 11:26:44 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-10-29 11:26:44 +0000 |
commit | b5a6ed9b027f75933a5345f5a2a40afd42c63c70 (patch) | |
tree | 02206e5856b7e0b781006bb263f02083fbf5074a /profiles/desc/python_targets.desc | |
parent | Enable python3.3 for python-exec. (diff) | |
download | gentoo-2-b5a6ed9b027f75933a5345f5a2a40afd42c63c70.tar.gz gentoo-2-b5a6ed9b027f75933a5345f5a2a40afd42c63c70.tar.bz2 gentoo-2-b5a6ed9b027f75933a5345f5a2a40afd42c63c70.zip |
Remove traces of pypy1.7, no longer in the tree and not supported by the eclasses.
Diffstat (limited to 'profiles/desc/python_targets.desc')
-rw-r--r-- | profiles/desc/python_targets.desc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index 1defa5515dae..c3143e495953 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.3 2012/10/08 16:09:17 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.4 2012/10/29 11:26:44 mgorny Exp $ # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. @@ -11,6 +11,5 @@ python3_1 - Build with Python 3.1 python3_2 - Build with Python 3.2 python3_3 - Build with Python 3.3 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 |