summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-02-17 17:26:21 +0000
committerMike Gilbert <floppym@gentoo.org>2014-02-17 17:26:21 +0000
commitc682d5e20d996e941c52642698629c7b75b2592c (patch)
tree97b4086027c1bdb45432d524419cd4d6f486dd7e /profiles
parentMask dev-lang/python:3.4. (diff)
downloadhistorical-c682d5e20d996e941c52642698629c7b75b2592c.tar.gz
historical-c682d5e20d996e941c52642698629c7b75b2592c.tar.bz2
historical-c682d5e20d996e941c52642698629c7b75b2592c.zip
Add python3_4.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/ChangeLog6
-rw-r--r--profiles/desc/python_single_target.desc5
2 files changed, 8 insertions, 3 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index f6e799789755..5bccc1b3e469 100644
--- a/profiles/ChangeLog
+++ b/profiles/ChangeLog
@@ -1,11 +1,15 @@
# ChangeLog for profile directory
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8620 2014/02/17 17:24:54 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8621 2014/02/17 17:26:21 floppym 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!
+ 17 Feb 2014; Mike Gilbert <floppym@gentoo.org>
+ desc/python_single_target.desc:
+ Add python3_4.
+
17 Feb 2014; Mike Gilbert <floppym@gentoo.org> package.mask:
Mask dev-lang/python:3.4.
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