commit: 8bd9b7d86ea23b68057d00bb1634bbeb110596a4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon May 1 10:41:35 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (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"
