commit: 92de46e5f0acf6890c72e7222a689bef26ea8a11
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue May 13 22:01:30 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue May 13 22:02:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92de46e5
profiles, m68k: set PYTHON*_TARGETS to 3.12 since 3.13 is still masked here
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
profiles/arch/m68k/make.defaults | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/profiles/arch/m68k/make.defaults b/profiles/arch/m68k/make.defaults
index 58248d7c6cde..0cb91152c58c 100644
--- a/profiles/arch/m68k/make.defaults
+++ b/profiles/arch/m68k/make.defaults
@@ -18,3 +18,8 @@ DEFAULT_ABI="m68k"
MULTILIB_ABIS="m68k"
LIBDIR_m68k="lib"
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
+PYTHON_SINGLE_TARGET="python3_12"
+PYTHON_TARGETS="python3_12"