Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/miniupnpd/
Date: Sun, 26 Nov 2017 23:23:31
Message-Id: 1511738492.c0ca66f3e70e676a92899ed510dd4d24e26759ea.soap@gentoo
1 commit: c0ca66f3e70e676a92899ed510dd4d24e26759ea
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 26 12:46:45 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 26 23:21:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ca66f3
7
8 net-misc/miniupnpd: [QA] Consistent whitespace in metadata.xml
9
10 net-misc/miniupnpd/metadata.xml | 14 +++++++-------
11 1 file changed, 7 insertions(+), 7 deletions(-)
12
13 diff --git a/net-misc/miniupnpd/metadata.xml b/net-misc/miniupnpd/metadata.xml
14 index c4e9cf4a54d..1d5d87bb77e 100644
15 --- a/net-misc/miniupnpd/metadata.xml
16 +++ b/net-misc/miniupnpd/metadata.xml
17 @@ -16,11 +16,11 @@
18 <longdescription>
19 MiniUPnP Internet Gateway Device Deamon, used to allow UPnP enabled clients to forward ports.
20 </longdescription>
21 - <use>
22 - <flag name="leasefile">Enable lease file.</flag>
23 - <flag name="igd2">Build for IGDv2 instead of an IGDv1</flag>
24 - <flag name="pcp-peer">Enable support for PCP-PEER to allow NAT-PMP clients to mangle their packets.</flag>
25 - <flag name="portinuse">Check if a port is in use before allowing a NAT-PMP client to map it.</flag>
26 - <flag name="strict">Be more strict regarding compliance with UPnP specifications.</flag>
27 - </use>
28 + <use>
29 + <flag name="leasefile">Enable lease file.</flag>
30 + <flag name="igd2">Build for IGDv2 instead of an IGDv1</flag>
31 + <flag name="pcp-peer">Enable support for PCP-PEER to allow NAT-PMP clients to mangle their packets.</flag>
32 + <flag name="portinuse">Check if a port is in use before allowing a NAT-PMP client to map it.</flag>
33 + <flag name="strict">Be more strict regarding compliance with UPnP specifications.</flag>
34 + </use>
35 </pkgmetadata>