diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/desc/python_single_target.desc | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index e77d5aa63dad..58944b860ae2 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,16 @@ # ChangeLog for profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7183 2012/11/24 21:05:07 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7184 2012/11/24 21:08:40 mgorny 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! + 24 Nov 2012; Michał Górny <mgorny@gentoo.org> + +desc/python_single_target.desc: + Introduce PYTHON_SINGLE_TARGET for Python packages not supporting multiple + Python implementations. + 24 Nov 2012; Pacho Ramos <pacho@gentoo.org> package.mask: Include mask entries for packages going to be removed diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc new file mode 100644 index 000000000000..18025203ef27 --- /dev/null +++ b/profiles/desc/python_single_target.desc @@ -0,0 +1,15 @@ +# Copyright 1999-2012 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.1 2012/11/24 21:08:40 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 +pypy1_8 - Build for PyPy 1.8 only +pypy1_9 - Build for PyPy 1.9 only |