mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
eclass/tests/python-utils-r1.sh: Add missing multilib inherit
Signed-off-by: Michał Górny <mgorny@gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/41697 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user