commit:     fc9d889df0ebe70cee050edb3a81a5c5bceddca6
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 15:47:24 2022 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Thu May 12 15:47:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc9d889d

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 <mpagano <AT> gentoo.org>

 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 36325fab0fa5..42e677d0670f 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}"
 }
 

Reply via email to