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 /www-client/seamonkey/metadata.xml | |
parent | 3ed063d792064b1b8979b6adbfb1079adbad8a60 (diff) | |
download | gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.gz gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.xz |
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 'www-client/seamonkey/metadata.xml')
-rw-r--r-- | www-client/seamonkey/metadata.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www-client/seamonkey/metadata.xml b/www-client/seamonkey/metadata.xml index 92bd7e5e1a5..0277699ae50 100644 --- a/www-client/seamonkey/metadata.xml +++ b/www-client/seamonkey/metadata.xml @@ -7,8 +7,8 @@ <name>Lars Wendler</name> </maintainer> <use> - <flag name='chatzilla'>Build Mozilla's IRC client (default on)</flag> - <flag name='custom-optimization'>Fine-tune custom compiler + <flag name="chatzilla">Build Mozilla's IRC client (default on)</flag> + <flag name="custom-optimization">Fine-tune custom compiler optimizations (-Os, -O0, -O1, -O2, -O3)</flag> <flag name="gmp-autoupdate">Allow Gecko Media Plugins (binary blobs) to be automatically downloaded and kept up-to-date in user profiles</flag> @@ -17,7 +17,7 @@ Allows for greater stability in case of plugin crashes</flag> <flag name="jemalloc3">Enable or disable jemalloc3 (forced-on when supported prior to 38.0)</flag> - <flag name='roaming'>Build roaming extension support (default on)</flag> + <flag name="roaming">Build roaming extension support (default on)</flag> <flag name="system-cairo">Use the system-wide <pkg>x11-libs/cairo</pkg> Use system cairo instead of bundled.</flag> <flag name="system-icu">Use the sytem-wide <pkg>dev-libs/icu</pkg> @@ -26,7 +26,7 @@ Use system jpeg instead of bundled.</flag> <flag name="system-libvpx">Use the system-wide <pkg>media-libs/libvpx</pkg> instead of bundled.</flag> - <flag name='system-sqlite'>Use the system-wide <pkg>dev-db/sqlite</pkg> + <flag name="system-sqlite">Use the system-wide <pkg>dev-db/sqlite</pkg> installation with secure-delete enabled</flag> </use> </pkgmetadata> |