From 7bf9e3db263e64d6cbc306440a7f3c44e551bb13 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 6 Dec 2022 03:08:16 +0000 Subject: gentoo auto-resync : 06:12:2022 - 03:08:16 --- .../vendor-reset/files/Respect-eselect-kernel.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app-emulation/vendor-reset/files/Respect-eselect-kernel.patch (limited to 'app-emulation/vendor-reset/files') diff --git a/app-emulation/vendor-reset/files/Respect-eselect-kernel.patch b/app-emulation/vendor-reset/files/Respect-eselect-kernel.patch new file mode 100644 index 000000000000..9259a3e12bf2 --- /dev/null +++ b/app-emulation/vendor-reset/files/Respect-eselect-kernel.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile b/Makefile +index b8a0652..79f60e8 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,6 +1,6 @@ + USER := $(shell whoami) +-KVER ?= $(shell uname -r) +-KDIR ?= /lib/modules/$(KVER)/build ++KVER ?= $(KV_FULL) ++KDIR ?= ${KERNEL_DIR} + + all: build + -- cgit v1.2.3