commit: bc9ec5a0b13da6e31a29efb5e29a6328dcacfd4a
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 13 12:49:33 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jun 13 12:50:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc9ec5a0
profiles, m68k time64 aligned: also unmask python target 3.13, part 4π
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
profiles/default/linux/m68k/23.0/time64/make.defaults | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/profiles/default/linux/m68k/23.0/time64/make.defaults
b/profiles/default/linux/m68k/23.0/time64/make.defaults
index 92e353029076..d65c7b4737b1 100644
--- a/profiles/default/linux/m68k/23.0/time64/make.defaults
+++ b/profiles/default/linux/m68k/23.0/time64/make.defaults
@@ -13,7 +13,7 @@ FFLAGS="${FFLAGS} -malign-int"
# Unfortunately, since the main m68k profile overwrites these variables,
# we cannot simply go back to the base settings but need to overwrite
# them *again*.
-PYTHON_SINGLE_TARGET="python3_13"
-PYTHON_TARGETS="python3_13"
-BOOTSTRAP_USE="unicode pkg-config split-usr xml python_targets_python3_13
python_single_target_python3_13 -python_targets_python3_12
-python_single_target_python3_12"
+PYTHON_SINGLE_TARGET="-python3_12 python3_13 -python3_13t -python3_14
-python3_14t"
+PYTHON_TARGETS="-python3_12 python3_13 -python3_13t -python3_14 -python3_14t"
+BOOTSTRAP_USE="unicode pkg-config split-usr xml python_targets_python3_13
python_single_target_python3_13"