commit: b74b13d441c946992fc59aa5baa3ad6a051672af
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May 18 14:52:29 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May 18 14:53:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74b13d4
profiles, m68k: did I mention that Python is seriously annoying?
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
profiles/arch/m68k/make.defaults | 1 +
1 file changed, 1 insertion(+)
diff --git a/profiles/arch/m68k/make.defaults b/profiles/arch/m68k/make.defaults
index 181dc27b9294..d981c669290e 100644
--- a/profiles/arch/m68k/make.defaults
+++ b/profiles/arch/m68k/make.defaults
@@ -24,3 +24,4 @@ CHOST_m68k="${CHOST}"
# and explicitly disable 3.13
PYTHON_SINGLE_TARGET="python3_12 -python3_13"
PYTHON_TARGETS="python3_12 -python3_13"
+BOOTSTRAP_USE="${BOOTSTRAP_USE} -python_targets_python3_13
-python_single_target_python3_13 python_targets_python3_12
python_single_target_python3_12"