diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-02-17 17:26:21 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-02-17 17:26:21 +0000 |
commit | 8bb4f3936c0ff147380e0304c8fc2abdc90d3581 (patch) | |
tree | 1cee50c7e5055f6af9f79c1e901e4c26793e5468 /profiles/desc | |
parent | Mask dev-lang/python:3.4. (diff) | |
download | gentoo-2-8bb4f3936c0ff147380e0304c8fc2abdc90d3581.tar.gz gentoo-2-8bb4f3936c0ff147380e0304c8fc2abdc90d3581.tar.bz2 gentoo-2-8bb4f3936c0ff147380e0304c8fc2abdc90d3581.zip |
Add python3_4.
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/python_single_target.desc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index daa6ca6c7996..f10f8582e622 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation. +# Copyright 1999-2014 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.6 2013/09/05 10:09:29 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_single_target.desc,v 1.7 2014/02/17 17:26:21 floppym Exp $ # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags. @@ -8,6 +8,7 @@ python2_6 - Build for Python 2.6 only python2_7 - Build for Python 2.7 only python3_2 - Build for Python 3.2 only python3_3 - Build for Python 3.3 only +python3_4 - Build for Python 3.4 only jython2_5 - Build for Jython 2.5 only jython2_7 - Build for Jython 2.7 only pypy2_0 - Build for PyPy 2.0 only |