From: Ulrich Müller Date: Thu, 9 Feb 2017 08:46:10 +0000 (+0100) Subject: app-editors/emacs-vcs: Add systemd and threads USE flags. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=aad6f9e7f2ce6a1794be8ca029467ff56796e018;p=gentoo.git app-editors/emacs-vcs: Add systemd and threads USE flags. Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild index cda59d64cab6..0c06e96c6f25 100644 --- a/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild @@ -29,7 +29,7 @@ HOMEPAGE="https://www.gnu.org/software/emacs/" LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2" SLOT="26" -IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib motif pax_kernel png selinux sound source ssl svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib" +IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib motif pax_kernel png selinux sound source ssl svg systemd +threads tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib" REQUIRED_USE="?? ( aqua X )" RDEPEND="sys-libs/ncurses:0= @@ -46,6 +46,7 @@ RDEPEND="sys-libs/ncurses:0= libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls ) + systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libXmu @@ -245,6 +246,8 @@ src_configure() { $(use_with libxml2 xml2) \ $(use_with selinux) \ $(use_with ssl gnutls) \ + $(use_with systemd libsystemd) \ + $(use_with threads) \ $(use_with wide-int) \ $(use_with zlib) \ ${myconf} diff --git a/app-editors/emacs-vcs/metadata.xml b/app-editors/emacs-vcs/metadata.xml index 61b88217833d..f718ce593239 100644 --- a/app-editors/emacs-vcs/metadata.xml +++ b/app-editors/emacs-vcs/metadata.xml @@ -42,6 +42,7 @@ Enable building under a PaX enabled kernel Install C source files and make them available for find-function + Add elisp threading support Use the selected toolkit's scrollbars in preference to Emacs' own scrollbars Prefer wide Emacs integers (typically 62-bit).