summaryrefslogtreecommitdiff
path: root/app-editors/emacs
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-01-24 23:15:58 +0100
committerMichał Górny <mgorny@gentoo.org>2016-01-24 23:58:38 +0100
commit4412ca2c79a50481eff42550e9d63cba74c9ffc4 (patch)
treec9fc5379b3c3097e4235ec64664ef2d893dd58ad /app-editors/emacs
parent3ed063d792064b1b8979b6adbfb1079adbad8a60 (diff)
downloadgentoo-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 'app-editors/emacs')
-rw-r--r--app-editors/emacs/metadata.xml28
1 files changed, 14 insertions, 14 deletions
diff --git a/app-editors/emacs/metadata.xml b/app-editors/emacs/metadata.xml
index c5e623f1989..8b0b3d0e433 100644
--- a/app-editors/emacs/metadata.xml
+++ b/app-editors/emacs/metadata.xml
@@ -20,29 +20,29 @@
available separately.
</longdescription>
<use>
- <flag name='athena'>Enable the MIT Athena widget set
+ <flag name="athena">Enable the MIT Athena widget set
(<pkg>x11-libs/libXaw</pkg>)</flag>
- <flag name='games'>Support shared score files for games</flag>
- <flag name='gconf'>Use <pkg>gnome-base/gconf</pkg> to read the system
+ <flag name="games">Support shared score files for games</flag>
+ <flag name="gconf">Use <pkg>gnome-base/gconf</pkg> to read the system
font name</flag>
- <flag name='gfile'>Use gfile (<pkg>dev-libs/glib</pkg>) for file
+ <flag name="gfile">Use gfile (<pkg>dev-libs/glib</pkg>) for file
notification</flag>
- <flag name='gsettings'>Use gsettings (<pkg>dev-libs/glib</pkg>) to read the
+ <flag name="gsettings">Use gsettings (<pkg>dev-libs/glib</pkg>) to read the
system font name</flag>
- <flag name='gtk3'>Link against version 3 of the GIMP Toolkit instead of
+ <flag name="gtk3">Link against version 3 of the GIMP Toolkit instead of
version 2 (<pkg>x11-libs/gtk+</pkg>)</flag>
- <flag name='gzip-el'>Compress bundled Emacs Lisp source</flag>
- <flag name='hesiod'>Enable support for <pkg>net-dns/hesiod</pkg></flag>
- <flag name='imagemagick'>Use <pkg>media-gfx/imagemagick</pkg> for image
+ <flag name="gzip-el">Compress bundled Emacs Lisp source</flag>
+ <flag name="hesiod">Enable support for <pkg>net-dns/hesiod</pkg></flag>
+ <flag name="imagemagick">Use <pkg>media-gfx/imagemagick</pkg> for image
processing</flag>
- <flag name='libxml2'>Use <pkg>dev-libs/libxml2</pkg> to parse XML instead
+ <flag name="libxml2">Use <pkg>dev-libs/libxml2</pkg> to parse XML instead
of the internal Lisp implementations</flag>
- <flag name='pax_kernel'>Enable building under a PaX enabled kernel</flag>
- <flag name='source'>Install C source files and make them available for
+ <flag name="pax_kernel">Enable building under a PaX enabled kernel</flag>
+ <flag name="source">Install C source files and make them available for
find-function</flag>
- <flag name='toolkit-scroll-bars'>Use the selected toolkit's scrollbars in
+ <flag name="toolkit-scroll-bars">Use the selected toolkit's scrollbars in
preference to Emacs' own scrollbars</flag>
- <flag name='wide-int'>Prefer wide Emacs integers (typically 62-bit).
+ <flag name="wide-int">Prefer wide Emacs integers (typically 62-bit).
This option has an effect only on architectures where "long" and
"long long" types have different size.</flag>
</use>