commit: ee7b5a4060d16986daba1bcdf62c78fa52cc25c8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Dec 16 10:58:08 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 16 10:58:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee7b5a40
profiles/arch/hppa: unmask py3.14 Bug: https://bugs.gentoo.org/959416 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/hppa/make.defaults | 7 ------- profiles/arch/hppa/use.mask | 7 ------- 2 files changed, 14 deletions(-) diff --git a/profiles/arch/hppa/make.defaults b/profiles/arch/hppa/make.defaults index 134523f955fc..71d1e3f06882 100644 --- a/profiles/arch/hppa/make.defaults +++ b/profiles/arch/hppa/make.defaults @@ -22,10 +22,3 @@ CHOST_hppa="${CHOST}" # Donnie Berkholz <[email protected]> (2006-08-18) # Defaults for video drivers VIDEO_CARDS="fbdev" - -# Sam James <[email protected]> (2025-11-05) -# Since Python 3.14 is masked on HPPA, we need to re-enable Python 3.13 -# and explicitly disable 3.14. See bug #959416. -PYTHON_SINGLE_TARGET="python3_13 -python3_14 -python3_14t" -PYTHON_TARGETS="python3_13 -python3_14 -python3_14t" -BOOTSTRAP_USE="unicode pkg-config split-usr xml python_targets_python3_13 python_single_target_python3_13" diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index 259ef6983f35..4fbc0d43c37e 100644 --- a/profiles/arch/hppa/use.mask +++ b/profiles/arch/hppa/use.mask @@ -7,13 +7,6 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. -# Sam James <[email protected]> (2025-11-05) -# Fails to build on HPPA (stack size calculation goes wrong), bug #959416. -python_targets_python3_14 -python_targets_python3_14t -python_single_target_python3_14 -python_single_target_python3_14t - # Andreas Sturmlechner <[email protected]> (2025-06-12) # x11-drivers/xf86-input-wacom is not keyworded here input_devices_wacom
