diff options
author | 2013-03-21 23:02:46 +0000 | |
---|---|---|
committer | 2013-03-21 23:02:46 +0000 | |
commit | 6fdfd3de39552532ca5cf24bff473514a08ef732 (patch) | |
tree | 5cb900ad20a834a80cd6f36842618e725079c903 /profiles/desc | |
parent | Upstream patch for always setting selinux labels at "add" events wrt #462538 ... (diff) | |
download | gentoo-2-6fdfd3de39552532ca5cf24bff473514a08ef732.tar.gz gentoo-2-6fdfd3de39552532ca5cf24bff473514a08ef732.tar.bz2 gentoo-2-6fdfd3de39552532ca5cf24bff473514a08ef732.zip |
Add python_targets_python3_4 description (it's not available in the main tree yet, but may be useful for ebuilds that want to support it anyway).
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/python_targets.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index ac2b1ac10d73..4325c925ed33 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.7 2013/03/07 20:51:07 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.8 2013/03/21 23:02:46 zmedico Exp $ # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. @@ -10,6 +10,7 @@ python2_7 - Build with Python 2.7 python3_1 - Build with Python 3.1 python3_2 - Build with Python 3.2 python3_3 - Build with Python 3.3 +python3_4 - Build with Python 3.4 jython2_5 - Build with Jython 2.5 jython2_7 - Build with Jython 2.7 pypy1_9 - Build with PyPy 1.9 |