diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2022-12-23 18:42:31 -0500 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2022-12-23 18:44:40 -0500 |
commit | fcda13a18ba7d522b8829558db20770a328b0550 (patch) | |
tree | ec06477b8fb8f0155b7e172fd98ba266eca1d8e5 /app-emulation/vendor-reset/files | |
parent | sci-mathematics/singular: use https mirror in SRC_URI instead of ftp (diff) | |
download | gentoo-fcda13a18ba7d522b8829558db20770a328b0550.tar.gz gentoo-fcda13a18ba7d522b8829558db20770a328b0550.tar.bz2 gentoo-fcda13a18ba7d522b8829558db20770a328b0550.zip |
app-emulation/vendor-reset: Improve ebuild
Closes: https://bugs.gentoo.org/884527
Closes: https://bugs.gentoo.org/884529
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation/vendor-reset/files')
-rw-r--r-- | app-emulation/vendor-reset/files/Respect-eselect-kernel.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app-emulation/vendor-reset/files/Respect-eselect-kernel.patch b/app-emulation/vendor-reset/files/Respect-eselect-kernel.patch deleted file mode 100644 index 9259a3e12bf2..000000000000 --- a/app-emulation/vendor-reset/files/Respect-eselect-kernel.patch +++ /dev/null @@ -1,13 +0,0 @@ -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 - |