From fc9d889df0ebe70cee050edb3a81a5c5bceddca6 Mon Sep 17 00:00:00 2001 From: Mike Pagano Date: Thu, 12 May 2022 11:47:24 -0400 Subject: [PATCH] linux-mod.eclass: Fix function call change from portage to pkgmgr This change is to comply with the linux-info.eclass change of the function name from set_arch_to_portage to set_arch_to_pkgmgr https://bugs.gentoo.org/843686 Signed-off-by: Mike Pagano --- eclass/linux-mod.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index 36325fab0fa5d..42e677d0670f2 100644 --- a/eclass/linux-mod.eclass +++ b/eclass/linux-mod.eclass @@ -719,7 +719,7 @@ linux-mod_src_compile() { fi done - set_arch_to_portage + set_arch_to_pkgmgr ABI="${myABI}" }