summaryrefslogtreecommitdiff
path: root/profiles/desc
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-01-25 23:15:37 +0100
committerMichał Górny <mgorny@gentoo.org>2017-01-25 23:56:54 +0100
commit266252a880d3b7ce6c9ea871e8339e0aabe44afd (patch)
tree6003569e085897c9798e41aeec56647c4362918a /profiles/desc
parent8520993f20691cb7a548f0af6ce5f5619471c141 (diff)
downloadgentoo-266252a880d3b7ce6c9ea871e8339e0aabe44afd.tar.gz
gentoo-266252a880d3b7ce6c9ea871e8339e0aabe44afd.tar.xz
profiles: Initial support for Python 3.6 (masked)
Diffstat (limited to 'profiles/desc')
-rw-r--r--profiles/desc/python_single_target.desc3
-rw-r--r--profiles/desc/python_targets.desc3
2 files changed, 4 insertions, 2 deletions
diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc
index 958bf51afb8..43154572634 100644
--- a/profiles/desc/python_single_target.desc
+++ b/profiles/desc/python_single_target.desc
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation.
+# Copyright 1999-2017 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -7,6 +7,7 @@
python2_7 - Build for Python 2.7 only
python3_4 - Build for Python 3.4 only
python3_5 - Build for Python 3.5 only
+python3_6 - Build for Python 3.6 only
jython2_7 - Build for Jython 2.7 only
pypy - Build for PyPy only
pypy3 - Build for PyPy3 only
diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc
index 7369964e712..32bb7cd511a 100644
--- a/profiles/desc/python_targets.desc
+++ b/profiles/desc/python_targets.desc
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation.
+# Copyright 1999-2017 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -7,6 +7,7 @@
python2_7 - Build with Python 2.7
python3_4 - Build with Python 3.4
python3_5 - Build with Python 3.5
+python3_6 - Build with Python 3.6
jython2_7 - Build with Jython 2.7
pypy - Build with PyPy
pypy3 - Build with PyPy3