commit: 9173b78ae1f656445f8a5923860e6f9366788c31 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Nov 5 17:57:11 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 5 17:58:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9173b78a
profiles/arch: add another python mask for hppa/m68k Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/hppa/package.mask | 2 ++ profiles/arch/m68k/package.mask | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/profiles/arch/hppa/package.mask b/profiles/arch/hppa/package.mask index e19cc31755e6..4dbc4bd7fec1 100644 --- a/profiles/arch/hppa/package.mask +++ b/profiles/arch/hppa/package.mask @@ -5,6 +5,8 @@ # Fails to build on HPPA (stack size calculation goes wrong), bug #959416. dev-lang/python:3.14 dev-lang/python:3.14t +dev-python/python-tests:3.14 +dev-python/python-tests:3.14t # Sam James <[email protected]> (2025-03-24) # Affected by a data corruption bug on HPPA diff --git a/profiles/arch/m68k/package.mask b/profiles/arch/m68k/package.mask index 07565802d620..cca16eb9d803 100644 --- a/profiles/arch/m68k/package.mask +++ b/profiles/arch/m68k/package.mask @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Andreas K. Hüttel <[email protected]> @@ -8,3 +8,7 @@ dev-lang/python:3.13 dev-lang/python:3.14 dev-lang/python:3.13t dev-lang/python:3.14t +dev-python/python-tests:3.13 +dev-python/python-tests:3.13t +dev-python/python-tests:3.14 +dev-python/python-tests:3.14t
