summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-06-22 13:24:50 +0200
committerMichał Górny <mgorny@gentoo.org>2018-06-22 14:00:54 +0200
commit2ba87dec1a0f7d623796d17340068120d97ebfae (patch)
treeae666b11e68c1e2361505ff4ef53b5682e3c6c20 /profiles
parentnet-dialup/ppp: Stable for HPPA too. (diff)
downloadgentoo-2ba87dec1a0f7d623796d17340068120d97ebfae.tar.gz
gentoo-2ba87dec1a0f7d623796d17340068120d97ebfae.tar.bz2
gentoo-2ba87dec1a0f7d623796d17340068120d97ebfae.zip
profiles/base: Switch default to python3_6
Diffstat (limited to 'profiles')
-rw-r--r--profiles/base/make.defaults11
1 files changed, 6 insertions, 5 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index b41ecfa1f279..71d6be12f645 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
#
# System-wide defaults for the Portage system
@@ -123,13 +123,14 @@ PYTHONDONTWRITEBYTECODE="1"
# This MUST be kept in sync with the PYTHON_TARGETS below
# Mike Gilbert <floppym@gentoo.org> (23 May 2018)
# sys-apps/baslayout-2.5 needs split-usr enabled.
-BOOTSTRAP_USE="cxx unicode internal-glib split-usr python_targets_python3_5 python_targets_python2_7"
+BOOTSTRAP_USE="cxx unicode internal-glib split-usr python_targets_python3_6 python_targets_python2_7"
# Mike Gilbert <floppym@gentoo.org> (15 May 2012)
# Default target(s) for python-r1.eclass
-# Updated to python3_5 on 28 Nov 2017
-PYTHON_TARGETS="python2_7 python3_5"
-PYTHON_SINGLE_TARGET="python3_5"
+# Michał Górny <mgorny@gentoo.org> (22 Jun 2018)
+# Updated to python3_6
+PYTHON_TARGETS="python2_7 python3_6"
+PYTHON_SINGLE_TARGET="python3_6"
# Michał Górny <mgorny@gentoo.org> (10 Aug 2013)
# Moved from portage's make.globals.