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 | |
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.
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/desc/python_targets.desc | 14 |
2 files changed, 19 insertions, 1 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 94d339c47c2a..8cc05d9a9093 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.6357 2012/03/25 18:40:35 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.6358 2012/03/25 18:42:11 nelchael Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 25 Mar 2012; Krzysztof Pawlik <nelchael@gentoo.org> + +desc/python_targets.desc: + Add description for PYTHON_TARGETS USE_EXPAND variable. + 25 Mar 2012; Mike Gilbert <floppym@gentoo.org> package.mask: Mask dev-libs/boost-1.49 for Arfrever. 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 |