commit: 6070baa766db45385a30f275cf557bc0b9877b41
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu May 15 13:19:28 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu May 15 13:19:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6070baa7
profiles, m68k: explicitly disable python target 3.13, part deux
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
profiles/arch/m68k/make.defaults | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/profiles/arch/m68k/make.defaults b/profiles/arch/m68k/make.defaults
index 7c377063d5d1..181dc27b9294 100644
--- a/profiles/arch/m68k/make.defaults
+++ b/profiles/arch/m68k/make.defaults
@@ -22,5 +22,5 @@ CHOST_m68k="${CHOST}"
# Andreas K. Hüttel <[email protected]> (2025-05-13)
# Since Python 3.13 is still masked, we need to re-enable Python 3.12
# and explicitly disable 3.13
-PYTHON_SINGLE_TARGET="python3_12"
+PYTHON_SINGLE_TARGET="python3_12 -python3_13"
PYTHON_TARGETS="python3_12 -python3_13"