diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 10:09:29 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 10:09:29 +0000 |
commit | 2a463ac7c5e374807ea90674e4670a8c59570a9f (patch) | |
tree | 22117a7c8a8a1846a028148e856cde4a6e38c694 /profiles/desc | |
parent | Python 2.5, 3.1, and PyPy 1.9 were removed from the tree. (diff) | |
download | gentoo-2-2a463ac7c5e374807ea90674e4670a8c59570a9f.tar.gz gentoo-2-2a463ac7c5e374807ea90674e4670a8c59570a9f.tar.bz2 gentoo-2-2a463ac7c5e374807ea90674e4670a8c59570a9f.zip |
Python 2.5, 3.1, and PyPy 1.9 were removed from the tree.
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/python_single_target.desc | 5 | ||||
-rw-r--r-- | profiles/desc/python_targets.desc | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index b7352ace78f7..daa6ca6c7996 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -1,17 +1,14 @@ # 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.5 2013/08/05 14:20:47 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_single_target.desc,v 1.6 2013/09/05 10:09:29 mgorny Exp $ # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags. -python2_5 - Build for Python 2.5 only python2_6 - Build for Python 2.6 only python2_7 - Build for Python 2.7 only -python3_1 - Build for Python 3.1 only python3_2 - Build for Python 3.2 only python3_3 - Build for Python 3.3 only 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 04c82c1f445f..da216897ac96 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -1,18 +1,15 @@ # 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.9 2013/08/05 14:20:47 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.10 2013/09/05 10:09:29 mgorny Exp $ # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. -python2_5 - Build with Python 2.5 python2_6 - Build with Python 2.6 python2_7 - Build with Python 2.7 -python3_1 - Build with Python 3.1 python3_2 - Build with Python 3.2 python3_3 - Build with Python 3.3 python3_4 - Build with Python 3.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 |