commit: 02dabd667bbeaebf21e8f0c603902e1836cc9ce2
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 11:52:18 2023 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 11:52:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02dabd66
sys-kernel/kpatch: add github upstream metadata
Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
sys-kernel/kpatch/metadata.xml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/sys-kernel/kpatch/metadata.xml b/sys-kernel/kpatch/metadata.xml
index 0001cc5a260f..695f8bb3d346 100644
--- a/sys-kernel/kpatch/metadata.xml
+++ b/sys-kernel/kpatch/metadata.xml
@@ -4,10 +4,13 @@
<maintainer type="person">
<email>[email protected]</email>
</maintainer>
-<use>
+ <use>
<flag name="kpatch-build">Enable tools which convert a source
diff patch to a patch module.</flag>
<flag name="kpatch">Enable a command-line tool which allows a
user to manage a collection of patch modules.</flag>
<flag name="kmod">Enable a kernel module (.ko file) which
provides an interface for the patch modules to register new functions for
replacement.</flag>
<flag name="contrib">Enable contrib kpatch services
files.</flag>
-</use>
+ </use>
+ <upstream>
+ <remote-id type="github">dynup/kpatch</remote-id>
+ </upstream>
</pkgmetadata>