mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
profiles, m68k: extend python masks to 3.14
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user