From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E9B1139694 for ; Thu, 9 Feb 2017 23:15:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E3FAE0C21; Thu, 9 Feb 2017 23:15:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D7FFE0C21 for ; Thu, 9 Feb 2017 23:15:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39C63340FC1 for ; Thu, 9 Feb 2017 23:15:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FC953EEA for ; Thu, 9 Feb 2017 23:15:28 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1486682016.aad6f9e7f2ce6a1794be8ca029467ff56796e018.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs-vcs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild app-editors/emacs-vcs/metadata.xml X-VCS-Directories: app-editors/emacs-vcs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: aad6f9e7f2ce6a1794be8ca029467ff56796e018 X-VCS-Branch: master Date: Thu, 9 Feb 2017 23:15:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ad78a1b6-0108-46cf-b289-c2770d71fb4b X-Archives-Hash: 46638b5b09c30018395876e27976d10d commit: aad6f9e7f2ce6a1794be8ca029467ff56796e018 Author: Ulrich Müller gentoo org> AuthorDate: Thu Feb 9 08:46:10 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Feb 9 23:13:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad6f9e7 app-editors/emacs-vcs: Add systemd and threads USE flags. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild | 5 ++++- app-editors/emacs-vcs/metadata.xml | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) 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 cda59d64ca..0c06e96c6f 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 61b8821783..f718ce5932 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).