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 /games-emulation/mupen64plus | |
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 'games-emulation/mupen64plus')
-rw-r--r-- | games-emulation/mupen64plus/metadata.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games-emulation/mupen64plus/metadata.xml b/games-emulation/mupen64plus/metadata.xml index 8d1417ef3b1c..2dca2777878c 100644 --- a/games-emulation/mupen64plus/metadata.xml +++ b/games-emulation/mupen64plus/metadata.xml @@ -10,13 +10,13 @@ <name>Christian Birchinger</name> </maintainer> <use> - <flag name='audio-sdl'>Enable SDL audio plugin.</flag> - <flag name='input-sdl'>Enable SDL input plugin.</flag> - <flag name='rsp-hle'>Enable HLE RSP plugin.</flag> - <flag name='ui-console'>Enable default console UI.</flag> - <flag name='ui-m64py'>Enable PyQt4 UI using <pkg>games-emulation/m64py</pkg>.</flag> - <flag name='video-glide64mk2'>Enable Glide64mk2 video plugin.</flag> - <flag name='video-rice'>Enable Rice video plugin.</flag> + <flag name="audio-sdl">Enable SDL audio plugin.</flag> + <flag name="input-sdl">Enable SDL input plugin.</flag> + <flag name="rsp-hle">Enable HLE RSP plugin.</flag> + <flag name="ui-console">Enable default console UI.</flag> + <flag name="ui-m64py">Enable PyQt4 UI using <pkg>games-emulation/m64py</pkg>.</flag> + <flag name="video-glide64mk2">Enable Glide64mk2 video plugin.</flag> + <flag name="video-rice">Enable Rice video plugin.</flag> </use> <longdescription>Mupen64Plus is a plugin-based N64 emulator for Linux which is capable of accurately playing many games. Included are four MIPS R4300 CPU emulators, with dynamic recompilers for 32-bit x86 and 64-bit amd64 systems, |