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 /mail-client/thunderbird | |
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 'mail-client/thunderbird')
-rw-r--r-- | mail-client/thunderbird/metadata.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail-client/thunderbird/metadata.xml b/mail-client/thunderbird/metadata.xml index 71406ae3c9e2..3121466c40e3 100644 --- a/mail-client/thunderbird/metadata.xml +++ b/mail-client/thunderbird/metadata.xml @@ -5,14 +5,14 @@ <use> <flag name="bindist">Disable official Thunderbird branding (icons, name) which are not binary-redistributable according to upstream.</flag> - <flag name='crypt'> Enable encryption support with enigmail</flag> - <flag name='mozdom'>Enable Mozilla's DOM inspector</flag> - <flag name='lightning'>Enable app-global calendar support + <flag name="crypt"> Enable encryption support with enigmail</flag> + <flag name="mozdom">Enable Mozilla's DOM inspector</flag> + <flag name="lightning">Enable app-global calendar support (note 38.0 and above bundles calendar support when this flag is off)</flag> - <flag name='custom-optimization'>Fine-tune custom compiler optimizations + <flag name="custom-optimization">Fine-tune custom compiler optimizations (-Os, -O0, -O1, -O2, -O3)</flag> <flag name="jemalloc3">Enable or disable jemalloc3 (forced-on when supported prior to 38.0)</flag> - <flag name='gstreamer-0'>Use gstreamer:0.10 instead of gstreamer:1 for media support</flag> + <flag name="gstreamer-0">Use gstreamer:0.10 instead of gstreamer:1 for media support</flag> <flag name="system-cairo">Use the system-wide <pkg>x11-libs/cairo</pkg> instead of bundled.</flag> <flag name="system-icu">Use the system-wide <pkg>dev-libs/icu</pkg> |