commit: a38ea20e45c8f17e3438b0cab018f3e9d6d404b3
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed May 14 22:53:27 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed May 14 22:54:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a38ea20e
profiles, m68k: explicitly disable python target 3.13
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
profiles/arch/m68k/make.defaults | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/profiles/arch/m68k/make.defaults b/profiles/arch/m68k/make.defaults
index 0cb91152c58c..7c377063d5d1 100644
--- a/profiles/arch/m68k/make.defaults
+++ b/profiles/arch/m68k/make.defaults
@@ -21,5 +21,6 @@ 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_TARGETS="python3_12"
+PYTHON_TARGETS="python3_12 -python3_13"