diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-17 18:56:43 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-18 11:06:16 +0100 |
commit | 065156e1a42c62fdd92ba91570e6b7e1b18f8def (patch) | |
tree | 93409040177b382d455d216e7f14098ee68a3f4e /app-editors/emacs/metadata.xml | |
parent | profiles: package.use.mask app-editors/emacs[json] on riscv. (diff) | |
download | gentoo-065156e1a42c62fdd92ba91570e6b7e1b18f8def.tar.gz gentoo-065156e1a42c62fdd92ba91570e6b7e1b18f8def.tar.bz2 gentoo-065156e1a42c62fdd92ba91570e6b7e1b18f8def.zip |
app-editors/emacs: Live ebuilds copied from app-editors/emacs-vcs.
The package split between app-editors/emacs for regular ebuilds and
app-editors/emacs-vcs for live ebuilds has outlived its usefulness,
and it entails additional maintenance effort to keep the two packages
(e.g., the list of their use flags in metadata.xml) synchronised.
Therefore, consolidate all GNU Emacs ebuilds in a single package.
The separate app-editors/emacs-vcs package will be removed soon.
Bug: https://bugs.gentoo.org/291296
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors/emacs/metadata.xml')
-rw-r--r-- | app-editors/emacs/metadata.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-editors/emacs/metadata.xml b/app-editors/emacs/metadata.xml index 7af9ff05554c..0ae048b21bd4 100644 --- a/app-editors/emacs/metadata.xml +++ b/app-editors/emacs/metadata.xml @@ -34,14 +34,19 @@ <flag name="gtk2">Prefer version 2 of the GIMP Toolkit to version 3 (<pkg>x11-libs/gtk+</pkg>)</flag> <flag name="gzip-el">Compress bundled Emacs Lisp source</flag> + <flag name="harfbuzz">Use <pkg>media-libs/harfbuzz</pkg> as text shaping + engine</flag> <flag name="imagemagick">Use <pkg>media-gfx/imagemagick</pkg> for image processing</flag> + <flag name="json">Compile with native JSON support using + <pkg>dev-libs/jansson</pkg></flag> <flag name="libxml2">Use <pkg>dev-libs/libxml2</pkg> to parse XML instead of the internal Lisp implementations</flag> <flag name="mailutils">Retrieve e-mail using <pkg>net-mail/mailutils</pkg> instead of the internal movemail substitute</flag> <flag name="source">Install C source files and make them available for find-function</flag> + <flag name="threads">Add elisp threading support</flag> <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). |