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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5A37D15ACFD for ; Mon, 1 May 2023 10:42:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86F6BE084A; Mon, 1 May 2023 10:42:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 726CDE084A for ; Mon, 1 May 2023 10:42:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8356341513 for ; Mon, 1 May 2023 10:42:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40A09A5A for ; Mon, 1 May 2023 10:42:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1682937757.8bd9b7d86ea23b68057d00bb1634bbeb110596a4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/llvm/, profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/make.defaults profiles/features/llvm/make.defaults X-VCS-Directories: profiles/base/ profiles/features/llvm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8bd9b7d86ea23b68057d00bb1634bbeb110596a4 X-VCS-Branch: master Date: Mon, 1 May 2023 10:42:51 +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: e0a3c4eb-8d03-4db3-8653-f019e50444f5 X-Archives-Hash: 488ba6ebfaec81df377e242501e57e71 commit: 8bd9b7d86ea23b68057d00bb1634bbeb110596a4 Author: Sam James gentoo org> AuthorDate: Mon May 1 10:41:35 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 1 10:42:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd9b7d8 profiles: switch default Python target to Python 3.11 Bug: https://bugs.gentoo.org/896398 Bug: https://bugs.gentoo.org/904559 Signed-off-by: Sam James gentoo.org> profiles/base/make.defaults | 6 +++--- profiles/features/llvm/make.defaults | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index d7ebad36ea6e..65b8149ada84 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -129,12 +129,12 @@ PYTHONDONTWRITEBYTECODE="1" # This MUST be kept in sync with the PYTHON_TARGETS below # Mike Gilbert (2018-05-23) # sys-apps/baselayout-2.5 needs split-usr enabled. -BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr xml python_targets_python3_10" +BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr xml python_targets_python3_11" # Mike Gilbert (2012-05-15) # Default target(s) for python-r1.eclass -PYTHON_TARGETS="python3_10" -PYTHON_SINGLE_TARGET="python3_10" +PYTHON_TARGETS="python3_11" +PYTHON_SINGLE_TARGET="python3_11" # Michał Górny (2013-08-10) # Moved from portage's make.globals. diff --git a/profiles/features/llvm/make.defaults b/profiles/features/llvm/make.defaults index 77b32d47a3c2..54254b71b575 100644 --- a/profiles/features/llvm/make.defaults +++ b/profiles/features/llvm/make.defaults @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # this is for now highly experimental -dilfridge @@ -53,7 +53,7 @@ CXXSTDLIB="c++" BOOTSTRAP_USE="${BOOTSTRAP_USE} ssl curl_ssl_openssl" # Clang needs this -BOOTSTRAP_USE="${BOOTSTRAP_USE} python_single_target_python3_10" +BOOTSTRAP_USE="${BOOTSTRAP_USE} python_single_target_python3_11" # sys-devel/llvm BOOTSTRAP_USE="${BOOTSTRAP_USE} -binutils-plugin"