commit: 2ba87dec1a0f7d623796d17340068120d97ebfae Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jun 22 11:24:50 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jun 22 12:00:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba87dec
profiles/base: Switch default to python3_6 profiles/base/make.defaults | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index b41ecfa1f27..71d6be12f64 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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (22 Jun 2018) +# Updated to python3_6 +PYTHON_TARGETS="python2_7 python3_6" +PYTHON_SINGLE_TARGET="python3_6" # Michał Górny <[email protected]> (10 Aug 2013) # Moved from portage's make.globals.
