diff options
author | 2016-01-24 23:15:58 +0100 | |
---|---|---|
committer | 2016-01-24 23:58:38 +0100 | |
commit | 4412ca2c79a50481eff42550e9d63cba74c9ffc4 (patch) | |
tree | c9fc5379b3c3097e4235ec64664ef2d893dd58ad /net-firewall/iptables | |
parent | package.use.mask studio for net-analyzer/icinga2 (diff) | |
download | gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.gz gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.bz2 gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.zip |
Unify quoting in metadata.xml files for machine processing
Force unified quoting in all metadata.xml files since lxml does not
preserve original use of single and double quotes. Ensuring unified
quoting before the process allows distinguishing the GLEP 67-related
metadata.xml changes from unrelated quoting changes.
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r-- | net-firewall/iptables/metadata.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-firewall/iptables/metadata.xml b/net-firewall/iptables/metadata.xml index ebd02a713009..76e1b58763af 100644 --- a/net-firewall/iptables/metadata.xml +++ b/net-firewall/iptables/metadata.xml @@ -3,10 +3,10 @@ <pkgmetadata> <herd>base-system</herd> <use> - <flag name='conntrack'>Build against <pkg>net-libs/libnetfilter_conntrack</pkg> when enables the connlabel matcher</flag> - <flag name='netlink'>Build against libnfnetlink which enables the nfnl_osf util</flag> - <flag name='nftables'>Support nftables kernel interface</flag> - <flag name='pcap'>Build against <pkg>net-libs/libpcap</pkg> which enables the nfbpf_compile util</flag> + <flag name="conntrack">Build against <pkg>net-libs/libnetfilter_conntrack</pkg> when enables the connlabel matcher</flag> + <flag name="netlink">Build against libnfnetlink which enables the nfnl_osf util</flag> + <flag name="nftables">Support nftables kernel interface</flag> + <flag name="pcap">Build against <pkg>net-libs/libpcap</pkg> which enables the nfbpf_compile util</flag> </use> <longdescription> iptables is the userspace command line program used to set up, maintain, and |