commit: 49b43010ab68c933e87d41cf6a0406e5d9600084 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Apr 22 09:44:24 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 1 11:36:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49b43010
profiles/base: Switch to python3_13 by default Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/41697 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/make.defaults | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index c66fee8f683b..ec64a3897af9 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -123,12 +123,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 pkg-config split-usr xml python_targets_python3_12 python_single_target_python3_12" +BOOTSTRAP_USE="unicode pkg-config split-usr xml python_targets_python3_13 python_single_target_python3_13" # Mike Gilbert <[email protected]> (2012-05-15) # Default target(s) for python-r1.eclass -PYTHON_TARGETS="python3_12" -PYTHON_SINGLE_TARGET="python3_12" +PYTHON_TARGETS="python3_13" +PYTHON_SINGLE_TARGET="python3_13" # Michał Górny <[email protected]> (2013-08-10) # Moved from portage's make.globals.
