commit: a117a301a0a250d76db893c9329a2471ac5ced07 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Nov 5 17:30:12 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 5 17:30:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a117a301
profiles/arch/hppa: add forgotten python_single_target_python3_14* masks Followup to 4bae7f81341ff6297b27e5cecf83aff2aa25ce85. Bug: https://bugs.gentoo.org/959416 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/hppa/use.mask | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index 6984c22fc919..259ef6983f35 100644 --- a/profiles/arch/hppa/use.mask +++ b/profiles/arch/hppa/use.mask @@ -11,6 +11,8 @@ # 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
