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 /app-office/abiword/metadata.xml | |
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 'app-office/abiword/metadata.xml')
-rw-r--r-- | app-office/abiword/metadata.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app-office/abiword/metadata.xml b/app-office/abiword/metadata.xml index 62f4bfa79459..c13e2d98bf6c 100644 --- a/app-office/abiword/metadata.xml +++ b/app-office/abiword/metadata.xml @@ -3,16 +3,16 @@ <pkgmetadata> <herd>gnome-office</herd> <use> - <flag name='collab'>Enable collaborative editing plugin</flag> - <flag name='goffice'>Enable goffice plugin</flag> - <flag name='grammar'>Enable grammar checking via <pkg>dev-libs/link-grammar</pkg></flag> + <flag name="collab">Enable collaborative editing plugin</flag> + <flag name="goffice">Enable goffice plugin</flag> + <flag name="grammar">Enable grammar checking via <pkg>dev-libs/link-grammar</pkg></flag> <flag name="map">Enable world map support through <pkg>media-libs/libchamplain</pkg></flag> - <flag name='math'>Enable support for <pkg>x11-libs/gtkmathview</pkg></flag> - <flag name='ots'>Enable Text Summarizer plugin</flag> - <flag name='plugins'>Enable plugins build (see http://www.abisource.com/wiki/PluginMatrix for more information). If your + <flag name="math">Enable support for <pkg>x11-libs/gtkmathview</pkg></flag> + <flag name="ots">Enable Text Summarizer plugin</flag> + <flag name="plugins">Enable plugins build (see http://www.abisource.com/wiki/PluginMatrix for more information). If your file cannot be opened due lack of support, try enabling this.</flag> <flag name="redland">Enables support redland and raptor libs.</flag> - <flag name='thesaurus'>Enable thesaurus support</flag> - <flag name='wordperfect'>Enable wordperfect file support via <pkg>app-text/libwpd</pkg></flag> + <flag name="thesaurus">Enable thesaurus support</flag> + <flag name="wordperfect">Enable wordperfect file support via <pkg>app-text/libwpd</pkg></flag> </use> </pkgmetadata> |