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@gentoo.org>
This commit is contained in:
Mike Pagano
2022-05-12 11:47:24 -04:00
parent 3832ae8c69
commit fc9d889df0

View File

@@ -719,7 +719,7 @@ linux-mod_src_compile() {
fi
done
set_arch_to_portage
set_arch_to_pkgmgr
ABI="${myABI}"
}