diff options
author | Sam James <sam@gentoo.org> | 2020-11-04 03:08:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-04 03:08:19 +0000 |
commit | 9c93c12d545be9497df5059e34364821d36dbd40 (patch) | |
tree | 5e5a7ad98f4fe98a8373c3dde0bfffac3b50de72 /net-libs/libpcap | |
parent | net-libs/libpcap: join as (co-)maintainer (diff) | |
download | gentoo-9c93c12d545be9497df5059e34364821d36dbd40.tar.gz gentoo-9c93c12d545be9497df5059e34364821d36dbd40.tar.bz2 gentoo-9c93c12d545be9497df5059e34364821d36dbd40.zip |
net-libs/libpcap: fix indentation in metadata.xml
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libpcap')
-rw-r--r-- | net-libs/libpcap/metadata.xml | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/net-libs/libpcap/metadata.xml b/net-libs/libpcap/metadata.xml index a31a3297fe54..41f212fafbb9 100644 --- a/net-libs/libpcap/metadata.xml +++ b/net-libs/libpcap/metadata.xml @@ -1,22 +1,22 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person"> -<email>sam@gentoo.org</email> -<name>Sam James</name> -</maintainer> -<maintainer type="project"> -<email>netmon@gentoo.org</email> -<name>Gentoo network monitoring and analysis project</name> -</maintainer> -<use> -<flag name="netlink">Use <pkg>dev-libs/libnl</pkg> to put wireless interfaces in monitor mode.</flag> -<flag name="rdma">Enable RDMA capture support using <pkg>sys-cluster/rdma-core</pkg></flag> -<flag name="remote">Enable remote packet capture which may expose libpcap-based applications to attacks by malicious remote capture servers!</flag> -<flag name="yydebug">Enable parser debugging code</flag> -</use> -<upstream> -<remote-id type="cpe">cpe:/a:tcpdump:libpcap</remote-id> -<remote-id type="github">the-tcpdump-group/libpcap</remote-id> -</upstream> + <maintainer type="person"> + <email>sam@gentoo.org</email> + <name>Sam James</name> + </maintainer> + <maintainer type="project"> + <email>netmon@gentoo.org</email> + <name>Gentoo network monitoring and analysis project</name> + </maintainer> + <use> + <flag name="netlink">Use <pkg>dev-libs/libnl</pkg> to put wireless interfaces in monitor mode.</flag> + <flag name="rdma">Enable RDMA capture support using <pkg>sys-cluster/rdma-core</pkg></flag> + <flag name="remote">Enable remote packet capture which may expose libpcap-based applications to attacks by malicious remote capture servers!</flag> + <flag name="yydebug">Enable parser debugging code</flag> + </use> + <upstream> + <remote-id type="cpe">cpe:/a:tcpdump:libpcap</remote-id> + <remote-id type="github">the-tcpdump-group/libpcap</remote-id> + </upstream> </pkgmetadata> |