Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Fri, 22 Jun 2018 12:01:03
Message-Id: 1529668854.2ba87dec1a0f7d623796d17340068120d97ebfae.mgorny@gentoo
1 commit: 2ba87dec1a0f7d623796d17340068120d97ebfae
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 22 11:24:50 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 22 12:00:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba87dec
7
8 profiles/base: Switch default to python3_6
9
10 profiles/base/make.defaults | 11 ++++++-----
11 1 file changed, 6 insertions(+), 5 deletions(-)
12
13 diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
14 index b41ecfa1f27..71d6be12f64 100644
15 --- a/profiles/base/make.defaults
16 +++ b/profiles/base/make.defaults
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 #
22 # System-wide defaults for the Portage system
23 @@ -123,13 +123,14 @@ PYTHONDONTWRITEBYTECODE="1"
24 # This MUST be kept in sync with the PYTHON_TARGETS below
25 # Mike Gilbert <floppym@g.o> (23 May 2018)
26 # sys-apps/baslayout-2.5 needs split-usr enabled.
27 -BOOTSTRAP_USE="cxx unicode internal-glib split-usr python_targets_python3_5 python_targets_python2_7"
28 +BOOTSTRAP_USE="cxx unicode internal-glib split-usr python_targets_python3_6 python_targets_python2_7"
29
30 # Mike Gilbert <floppym@g.o> (15 May 2012)
31 # Default target(s) for python-r1.eclass
32 -# Updated to python3_5 on 28 Nov 2017
33 -PYTHON_TARGETS="python2_7 python3_5"
34 -PYTHON_SINGLE_TARGET="python3_5"
35 +# Michał Górny <mgorny@g.o> (22 Jun 2018)
36 +# Updated to python3_6
37 +PYTHON_TARGETS="python2_7 python3_6"
38 +PYTHON_SINGLE_TARGET="python3_6"
39
40 # Michał Górny <mgorny@g.o> (10 Aug 2013)
41 # Moved from portage's make.globals.