From d4c9539c6e851f1f562e50e245c204c967b89ec4 Mon Sep 17 00:00:00 2001 From: Krzysztof Pawlik Date: Sun, 25 Mar 2012 18:42:12 +0000 Subject: Add description for PYTHON_TARGETS USE_EXPAND variable. --- profiles/ChangeLog | 6 +++++- profiles/desc/python_targets.desc | 14 ++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 profiles/desc/python_targets.desc (limited to 'profiles') 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 + +desc/python_targets.desc: + Add description for PYTHON_TARGETS USE_EXPAND variable. + 25 Mar 2012; Mike Gilbert 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 -- cgit v1.2.3-65-gdbad