profiles, m68k: explicitly disable python target 3.13, part deux

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2025-05-15 15:19:28 +02:00
parent 76d46b5670
commit 6070baa766

View File

@@ -22,5 +22,5 @@ CHOST_m68k="${CHOST}"
# Andreas K. Hüttel <dilfridge@gentoo.org> (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"