diff options
Diffstat (limited to 'sys-kernel/kpatch/metadata.xml')
| -rw-r--r-- | sys-kernel/kpatch/metadata.xml | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/sys-kernel/kpatch/metadata.xml b/sys-kernel/kpatch/metadata.xml index 22ced41d43d1..711dd8f00a40 100644 --- a/sys-kernel/kpatch/metadata.xml +++ b/sys-kernel/kpatch/metadata.xml @@ -1,13 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>alicef@gentoo.org</email> - </maintainer> -<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> -</pkgmetadata> + <maintainer type="person"> + <email>alicef@gentoo.org</email> + </maintainer> + + <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> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file |
