diff --git a/profiles/arch/m68k/make.defaults b/profiles/arch/m68k/make.defaults index 9b8289ba342cd..9f932f8ed4d26 100644 --- a/profiles/arch/m68k/make.defaults +++ b/profiles/arch/m68k/make.defaults @@ -22,6 +22,6 @@ CHOST_m68k="${CHOST}" # Andreas K. Hüttel (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" diff --git a/profiles/arch/m68k/package.mask b/profiles/arch/m68k/package.mask index c9a806f675564..07565802d6208 100644 --- a/profiles/arch/m68k/package.mask +++ b/profiles/arch/m68k/package.mask @@ -3,4 +3,8 @@ # Andreas K. Hüttel # 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 diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask index 120f9403a7def..c6cd8d6e99a34 100644 --- a/profiles/arch/m68k/use.mask +++ b/profiles/arch/m68k/use.mask @@ -161,3 +161,6 @@ xemacs # Andreas K. Hüttel # 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