From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9900B138359 for ; Wed, 6 May 2020 21:32:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE1D9E089E; Wed, 6 May 2020 21:32:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3F39E089E for ; Wed, 6 May 2020 21:32:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7560134F575 for ; Wed, 6 May 2020 21:32:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27E18211 for ; Wed, 6 May 2020 21:32:04 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1588800720.323eecc21a6566ea55569c4f055a636f394f102f.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/make.defaults X-VCS-Directories: profiles/base/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 323eecc21a6566ea55569c4f055a636f394f102f X-VCS-Branch: master Date: Wed, 6 May 2020 21:32:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6e34c164-c780-4d65-9b8a-891a722643e4 X-Archives-Hash: b4c19f0cb67c7088484c3293c21f622b commit: 323eecc21a6566ea55569c4f055a636f394f102f Author: Mikle Kolyada gentoo org> AuthorDate: Wed May 6 20:08:50 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed May 6 21:32:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=323eecc2 profiles: switch python default to 3.7 Signed-off-by: Mikle Kolyada gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/15669 Signed-off-by: Mikle Kolyada gentoo.org> profiles/base/make.defaults | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 61745b0802d..2d401500584 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -121,14 +121,14 @@ PYTHONDONTWRITEBYTECODE="1" # This MUST be kept in sync with the PYTHON_TARGETS below # Mike Gilbert (2018-05-23) # sys-apps/baslayout-2.5 needs split-usr enabled. -BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr python_targets_python3_6 python_targets_python2_7" +BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr python_targets_python3_7 python_targets_python2_7" # Mike Gilbert (2012-05-15) # Default target(s) for python-r1.eclass -# Mikle Kolyada (2018-07-24) -# Updated to python3_6 -PYTHON_TARGETS="python2_7 python3_6" -PYTHON_SINGLE_TARGET="python3_6" +# Mikle Kolyada (2020-05-06) +# Updated to python3_7 +PYTHON_TARGETS="python2_7 python3_7" +PYTHON_SINGLE_TARGET="python3_7" # Michał Górny (2013-08-10) # Moved from portage's make.globals.