profiles, m68k: extend python masks to 3.14

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2025-05-30 08:13:05 +02:00
parent d05f704fd2
commit 0d46c3a1cd
3 changed files with 9 additions and 2 deletions

View File

@@ -22,6 +22,6 @@ 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 -python3_13"
PYTHON_TARGETS="python3_12 -python3_13"
PYTHON_SINGLE_TARGET="python3_12 -python3_13 -python3_13t -python3_14 -python3_14t"
PYTHON_TARGETS="python3_12 -python3_13 -python3_13t -python3_14 -python3_14t"
BOOTSTRAP_USE="unicode pkg-config split-usr xml python_targets_python3_12 python_single_target_python3_12"

View File

@@ -3,4 +3,8 @@
# Andreas K. Hüttel <dilfridge@gentoo.org>
# Requires 32bit alignment, so we mask it for the moment
# Possibly more is broken in qemu
dev-lang/python:3.13
dev-lang/python:3.14
dev-lang/python:3.13t
dev-lang/python:3.14t

View File

@@ -161,3 +161,6 @@ xemacs
# Andreas K. Hüttel <dilfridge@gentoo.org>
# Requires 32bit alignment, so we mask it for the moment
python_targets_python3_13
python_targets_python3_13t
python_targets_python3_14
python_targets_python3_14t