diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2012-03-25 18:42:12 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2012-03-25 18:42:12 +0000 |
commit | 41c2a60a1a82550b6ce952603dd4e97d32df444b (patch) | |
tree | f745b6c9cda82f1da409842dfe50111867809738 /profiles/desc | |
parent | Marking coverage-3.5.1 ppc64 for bug 408787 (diff) | |
download | gentoo-2-41c2a60a1a82550b6ce952603dd4e97d32df444b.tar.gz gentoo-2-41c2a60a1a82550b6ce952603dd4e97d32df444b.tar.bz2 gentoo-2-41c2a60a1a82550b6ce952603dd4e97d32df444b.zip |
Add description for PYTHON_TARGETS USE_EXPAND variable.
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/python_targets.desc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc new file mode 100644 index 000000000000..c28ab748d9dc --- /dev/null +++ b/profiles/desc/python_targets.desc @@ -0,0 +1,14 @@ +# 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 $ + +# 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 +jython2_5 - Build with Jython 2.5 +pypy1_7 - Build with PyPy 1.7 +pypy1_8 - Build with PyPy 1.8 |