diff options
author | 2016-01-24 23:15:58 +0100 | |
---|---|---|
committer | 2016-01-24 23:58:38 +0100 | |
commit | 4412ca2c79a50481eff42550e9d63cba74c9ffc4 (patch) | |
tree | c9fc5379b3c3097e4235ec64664ef2d893dd58ad /dev-libs/libisoburn | |
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/libisoburn')
-rw-r--r-- | dev-libs/libisoburn/metadata.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/libisoburn/metadata.xml b/dev-libs/libisoburn/metadata.xml index 8617e6515120..2a7ab78ef73b 100644 --- a/dev-libs/libisoburn/metadata.xml +++ b/dev-libs/libisoburn/metadata.xml @@ -7,14 +7,14 @@ <name>Daniel Pielmeier</name> </maintainer> <use> -<flag name='external-filters'>Allow the use of external processes as file content +<flag name="external-filters">Allow the use of external processes as file content filters (Note: this is a potential security risk)</flag> -<flag name='external-filters-setuid'>Also allow the use of external setuid +<flag name="external-filters-setuid">Also allow the use of external setuid processes as file content filters (Note: this is a potential security risk)</flag> -<flag name='launch-frontend'>Enable the tcl gui for xorriso</flag> -<flag name='launch-frontend-setuid'>Enable the tcl gui for xorriso under setuid</flag> -<flag name='frontend-optional'>Use <pkg>dev-tcltk/bwidget</pkg> which is not strictly required for the frontend</flag> +<flag name="launch-frontend">Enable the tcl gui for xorriso</flag> +<flag name="launch-frontend-setuid">Enable the tcl gui for xorriso under setuid</flag> +<flag name="frontend-optional">Use <pkg>dev-tcltk/bwidget</pkg> which is not strictly required for the frontend</flag> <flag name="cdio">Enable EXPERIMENTAL use of libcdio as system adapter</flag> </use> </pkgmetadata> |