mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-emulation/vendor-reset: Fix porting mistakes
Thanks ionen Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
This commit is contained in:
@@ -27,7 +27,8 @@ S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
|
||||
CONFIG_CHECK="FTRACE KPROBES PCI_QUIRKS KALLSYMS FUNCTION_TRACER"
|
||||
|
||||
src_compile() {
|
||||
local modlist=( vendor-reset=extra )
|
||||
local modlist=( vendor-reset )
|
||||
local modargs=( KDIR="${KV_OUT_DIR}" )
|
||||
linux-mod-r1_src_compile
|
||||
}
|
||||
|
||||
|
||||
@@ -26,7 +26,8 @@ RDEPEND="${DEPEND}"
|
||||
CONFIG_CHECK="FTRACE KPROBES PCI_QUIRKS KALLSYMS FUNCTION_TRACER"
|
||||
|
||||
src_compile() {
|
||||
local modlist=( vendor-reset=extra )
|
||||
local modlist=( vendor-reset )
|
||||
local modargs=( KDIR="${KV_OUT_DIR}" )
|
||||
linux-mod-r1_src_compile
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user