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 732E9139694 for ; Sat, 27 May 2017 15:09:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E2B2E084A; Sat, 27 May 2017 15:09:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4AD65E084A for ; Sat, 27 May 2017 15:09:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1166C34164B for ; Sat, 27 May 2017 15:09:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6FF44A4 for ; Sat, 27 May 2017 15:09:01 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1495897690.17287aa7d5aa639964c529c6ed08f9bcee2e172d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/networkmanager/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/networkmanager/metadata.xml net-misc/networkmanager/networkmanager-1.8.0.ebuild X-VCS-Directories: net-misc/networkmanager/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 17287aa7d5aa639964c529c6ed08f9bcee2e172d X-VCS-Branch: master Date: Sat, 27 May 2017 15:09:01 +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: eb37999f-befe-4607-850b-74cfd942c914 X-Archives-Hash: c9333709d7f44107bb602d0609af22de commit: 17287aa7d5aa639964c529c6ed08f9bcee2e172d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 27 10:48:47 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 27 15:08:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17287aa7 net-misc/networkmanager: Add USE=elogind Gentoo-bug: 607352 Package-Manager: Portage-2.3.5, Repoman-2.3.1 net-misc/networkmanager/metadata.xml | 1 + net-misc/networkmanager/networkmanager-1.8.0.ebuild | 12 +++++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/net-misc/networkmanager/metadata.xml b/net-misc/networkmanager/metadata.xml index 5603207a671..734ee56b37e 100644 --- a/net-misc/networkmanager/metadata.xml +++ b/net-misc/networkmanager/metadata.xml @@ -16,6 +16,7 @@ tracking Use dhclient from net-misc/dhcp for getting ip + Use sys-auth/elogind for session tracking Enable JSON validation via dev-libs/jansson in libnm. Enable support for mobile broadband devices diff --git a/net-misc/networkmanager/networkmanager-1.8.0.ebuild b/net-misc/networkmanager/networkmanager-1.8.0.ebuild index 32c1d37225a..ba6cd27f53f 100644 --- a/net-misc/networkmanager/networkmanager-1.8.0.ebuild +++ b/net-misc/networkmanager/networkmanager-1.8.0.ebuild @@ -16,15 +16,16 @@ HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager" LICENSE="GPL-2+" SLOT="0" # add subslot if libnm-util.so.2 or libnm-glib.so.4 bumps soname version -IUSE="audit bluetooth connection-sharing consolekit +dhclient gnutls +introspection \ -json kernel_linux +nss +modemmanager ncurses ofono +ppp resolvconf selinux \ -systemd teamd test vala +wext +wifi" +IUSE="audit bluetooth connection-sharing consolekit +dhclient elogind gnutls \ ++introspection json kernel_linux +nss +modemmanager ncurses ofono +ppp resolvconf \ +selinux systemd teamd test vala +wext +wifi" REQUIRED_USE=" modemmanager? ( ppp ) vala? ( introspection ) wext? ( wifi ) ^^ ( nss gnutls ) + ?? ( consolekit elogind systemd ) " KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" @@ -51,6 +52,7 @@ COMMON_DEPEND=" net-firewall/iptables ) consolekit? ( >=sys-auth/consolekit-1.0.0 ) dhclient? ( >=net-misc/dhcp-4[client] ) + elogind? ( sys-auth/elogind ) gnutls? ( dev-libs/libgcrypt:0=[${MULTILIB_USEDEP}] >=net-libs/gnutls-2.12:=[${MULTILIB_USEDEP}] ) @@ -193,8 +195,8 @@ multilib_src_configure() { --with-iptables=/sbin/iptables $(multilib_native_enable concheck) --with-crypto=$(usex nss nss gnutls) - --with-session-tracking=$(multilib_native_usex systemd systemd $(multilib_native_usex consolekit consolekit no)) - --with-suspend-resume=$(multilib_native_usex systemd systemd consolekit) + --with-session-tracking=$(multilib_native_usex systemd systemd $(multilib_native_usex elogind elogind $(multilib_native_usex consolekit consolekit no))) + --with-suspend-resume=$(multilib_native_usex systemd systemd $(multilib_native_usex elogind elogind consolekit)) $(multilib_native_use_with audit libaudit) $(multilib_native_use_enable bluetooth bluez5-dun) $(multilib_native_use_enable introspection)