From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1227716-garchives=archives.gentoo.org@lists.gentoo.org> 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 82F481382C5 for <garchives@archives.gentoo.org>; Wed, 2 Dec 2020 17:26:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD0FAE0821; Wed, 2 Dec 2020 17:26:57 +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 8FF00E0821 for <gentoo-commits@lists.gentoo.org>; Wed, 2 Dec 2020 17:26:57 +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 85FA4340F0F for <gentoo-commits@lists.gentoo.org>; Wed, 2 Dec 2020 17:26:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 394D03B7 for <gentoo-commits@lists.gentoo.org>; Wed, 2 Dec 2020 17:26:55 +0000 (UTC) From: "Mikle Kolyada" <zlogene@gentoo.org> 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" <zlogene@gentoo.org> Message-ID: <1606930011.a9845b9cd3f74ee6a7ef7de70a282ec246c492f1.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: a9845b9cd3f74ee6a7ef7de70a282ec246c492f1 X-VCS-Branch: master Date: Wed, 2 Dec 2020 17:26:55 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2dd91c45-d9fb-4d75-b94e-d5ce963bfb86 X-Archives-Hash: d7078cbd7e9a71e1ec9a21daee6a6022 commit: a9845b9cd3f74ee6a7ef7de70a282ec246c492f1 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Wed Dec 2 17:11:03 2020 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Wed Dec 2 17:26:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9845b9c profiles/base: swith to python3.8 by default Closes: https://github.com/gentoo/gentoo/pull/18474 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> profiles/base/make.defaults | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 4dcbeb8f33a..1116a517ef1 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -127,10 +127,10 @@ BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr python_targets_python3 # Mike Gilbert <floppym@gentoo.org> (2012-05-15) # Default target(s) for python-r1.eclass -# Mikle Kolyada <zlogene@gentoo.org> (2020-05-06) -# Updated to python3_7 -PYTHON_TARGETS="python2_7 python3_7" -PYTHON_SINGLE_TARGET="python3_7" +# Mikle Kolyada <zlogene@gentoo.org> (2020-12-02) +# Updated to python3_8 +PYTHON_TARGETS="python2_7 python3_8" +PYTHON_SINGLE_TARGET="python3_8" # Michał Górny <mgorny@gentoo.org> (2013-08-10) # Moved from portage's make.globals.