sys-kernel/zenpower3: readd deleted patch

* add myself as proxy mantainer

Closes: https://bugs.gentoo.org/920757
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
Gonçalo Negrier Duarte
2024-01-02 16:50:01 +00:00
parent c880088206
commit 94e12dae54
3 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
VERSION := 0.2.0
-TARGET := $(shell uname -r)
+TARGET := $(KV_FULL)
DKMS_ROOT_PATH := /usr/src/zenpower-$(VERSION)
KERNEL_MODULES := /lib/modules/$(TARGET)

View File

@@ -5,6 +5,10 @@
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<maintainer type="person">
<name>Gonçalo Negrier Duarte</name>
<email>gonegrier.duarte@gmail.com</email>
</maintainer>
<upstream>
<remote-id type="github">Ta180m/zenpower3</remote-id>
</upstream>

View File

@@ -15,8 +15,10 @@ KEYWORDS="~amd64"
CONFIG_CHECK="HWMON PCI AMD_NB"
PATCHES="${FILESDIR}/${P}-use-symlink-to-detect-kernel-version.patch"
src_compile() {
export KERNELVERSION=${KV_FULL}
export TARGET=${KV_FULL}
local modlist=(
zenpower=misc:::all
)