summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2012-03-25 18:42:12 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2012-03-25 18:42:12 +0000
commitd4c9539c6e851f1f562e50e245c204c967b89ec4 (patch)
tree2558b8a2262e5d15ebcbef3e5a33c26a9dae4190 /profiles
parentMarking coverage-3.5.1 ppc64 for bug 408787 (diff)
downloadhistorical-d4c9539c6e851f1f562e50e245c204c967b89ec4.tar.gz
historical-d4c9539c6e851f1f562e50e245c204c967b89ec4.tar.bz2
historical-d4c9539c6e851f1f562e50e245c204c967b89ec4.zip
Add description for PYTHON_TARGETS USE_EXPAND variable.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/ChangeLog6
-rw-r--r--profiles/desc/python_targets.desc14
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