diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:15:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:58:38 +0100 |
commit | 4412ca2c79a50481eff42550e9d63cba74c9ffc4 (patch) | |
tree | c9fc5379b3c3097e4235ec64664ef2d893dd58ad /dev-libs/openssl | |
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 'dev-libs/openssl')
-rw-r--r-- | dev-libs/openssl/metadata.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/openssl/metadata.xml b/dev-libs/openssl/metadata.xml index f4570654820f..b7cc1cd0ffd4 100644 --- a/dev-libs/openssl/metadata.xml +++ b/dev-libs/openssl/metadata.xml @@ -3,11 +3,11 @@ <pkgmetadata> <herd>base-system</herd> <use> - <flag name='asm'>Support assembly hand optimized crypto functions (i.e. faster run time)</flag> - <flag name='bindist'>Disable EC algorithms (as they seem to be patented) -- note: changes the ABI</flag> - <flag name='sctp'>Support for Stream Control Transmission Protocol</flag> - <flag name='rfc3779'>Enable support for RFC 3779 (X.509 Extensions for IP Addresses and AS Identifiers)</flag> - <flag name='tls-heartbeat'>Enable the Heartbeat Extension in TLS and DTLS</flag> + <flag name="asm">Support assembly hand optimized crypto functions (i.e. faster run time)</flag> + <flag name="bindist">Disable EC algorithms (as they seem to be patented) -- note: changes the ABI</flag> + <flag name="sctp">Support for Stream Control Transmission Protocol</flag> + <flag name="rfc3779">Enable support for RFC 3779 (X.509 Extensions for IP Addresses and AS Identifiers)</flag> + <flag name="tls-heartbeat">Enable the Heartbeat Extension in TLS and DTLS</flag> </use> <upstream> <remote-id type="cpe">cpe:/a:openssl:openssl</remote-id> |