mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -719,7 +719,7 @@ linux-mod_src_compile() {
|
||||
fi
|
||||
done
|
||||
|
||||
set_arch_to_portage
|
||||
set_arch_to_pkgmgr
|
||||
ABI="${myABI}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user