commit: 5ba9cc09aa8dc79f4a837eac28ae874e27791378 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Apr 22 10:43:37 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 1 11:36:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba9cc09
eclass/tests/python-utils-r1.sh: Add missing multilib inherit Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/41697 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/tests/python-utils-r1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/tests/python-utils-r1.sh b/eclass/tests/python-utils-r1.sh index c08c224cfdbd..eb5201bf413c 100755 --- a/eclass/tests/python-utils-r1.sh +++ b/eclass/tests/python-utils-r1.sh @@ -62,7 +62,7 @@ test_fix_shebang() { tmpfile=$(mktemp) -inherit python-utils-r1 +inherit multilib python-utils-r1 for minor in {11..13} 13t; do ebegin "Testing python3.${minor}"
