From 5ba9cc09aa8dc79f4a837eac28ae874e27791378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 22 Apr 2025 12:43:37 +0200 Subject: [PATCH] eclass/tests/python-utils-r1.sh: Add missing multilib inherit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://github.com/gentoo/gentoo/pull/41697 Signed-off-by: Michał Górny --- 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 c08c224cfdbd6..eb5201bf413ca 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}"