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 /sci-physics/thepeg | |
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 'sci-physics/thepeg')
-rw-r--r-- | sci-physics/thepeg/metadata.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-physics/thepeg/metadata.xml b/sci-physics/thepeg/metadata.xml index 60bfa04d6dd..35a029dea9d 100644 --- a/sci-physics/thepeg/metadata.xml +++ b/sci-physics/thepeg/metadata.xml @@ -13,12 +13,12 @@ of the toolkit and which can be used by any event generator model. </longdescription> <use> - <flag name='c++11'>Build ThePEG using the C++11 standard. + <flag name="c++11">Build ThePEG using the C++11 standard. Experimental feature, not for production use.</flag> - <flag name='fastjet'>Adds support for <pkg>sci-physics/fastjet</pkg></flag> - <flag name='hepmc'>Adds support for High Energy Physics Monte Carlo + <flag name="fastjet">Adds support for <pkg>sci-physics/fastjet</pkg></flag> + <flag name="hepmc">Adds support for High Energy Physics Monte Carlo Generators <pkg>sci-physics/hepmc</pkg></flag> - <flag name='lhapdf'>Adds support for <pkg>sci-physics/lhapdf</pkg></flag> - <flag name='rivet'>Adds support for <pkg>sci-physics/rivet</pkg></flag> + <flag name="lhapdf">Adds support for <pkg>sci-physics/lhapdf</pkg></flag> + <flag name="rivet">Adds support for <pkg>sci-physics/rivet</pkg></flag> </use> </pkgmetadata> |