From 4412ca2c79a50481eff42550e9d63cba74c9ffc4 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 24 Jan 2016 23:15:58 +0100 Subject: 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. --- app-editors/emacs/metadata.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'app-editors/emacs/metadata.xml') diff --git a/app-editors/emacs/metadata.xml b/app-editors/emacs/metadata.xml index c5e623f1989b..8b0b3d0e4338 100644 --- a/app-editors/emacs/metadata.xml +++ b/app-editors/emacs/metadata.xml @@ -20,29 +20,29 @@ available separately. - Enable the MIT Athena widget set + Enable the MIT Athena widget set (x11-libs/libXaw) - Support shared score files for games - Use gnome-base/gconf to read the system + Support shared score files for games + Use gnome-base/gconf to read the system font name - Use gfile (dev-libs/glib) for file + Use gfile (dev-libs/glib) for file notification - Use gsettings (dev-libs/glib) to read the + Use gsettings (dev-libs/glib) to read the system font name - Link against version 3 of the GIMP Toolkit instead of + Link against version 3 of the GIMP Toolkit instead of version 2 (x11-libs/gtk+) - Compress bundled Emacs Lisp source - Enable support for net-dns/hesiod - Use media-gfx/imagemagick for image + Compress bundled Emacs Lisp source + Enable support for net-dns/hesiod + Use media-gfx/imagemagick for image processing - Use dev-libs/libxml2 to parse XML instead + Use dev-libs/libxml2 to parse XML instead of the internal Lisp implementations - Enable building under a PaX enabled kernel - Install C source files and make them available for + Enable building under a PaX enabled kernel + Install C source files and make them available for find-function - Use the selected toolkit's scrollbars in + Use the selected toolkit's scrollbars in preference to Emacs' own scrollbars - Prefer wide Emacs integers (typically 62-bit). + Prefer wide Emacs integers (typically 62-bit). This option has an effect only on architectures where "long" and "long long" types have different size. -- cgit v1.2.3-65-gdbad