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 9D4AD138334 for ; Fri, 13 Sep 2019 12:59:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD4FCE0C19; Fri, 13 Sep 2019 12:58:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5D23E0C19 for ; Fri, 13 Sep 2019 12:58:57 +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 CAA9434B10D for ; Fri, 13 Sep 2019 12:58:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02E9C7F6 for ; Fri, 13 Sep 2019 12:58:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1568378566.49ce4cc4a84562ac56fb89fff41c83b6deff59bd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/networkmanager/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/networkmanager/networkmanager-1.18.2.ebuild X-VCS-Directories: net-misc/networkmanager/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 49ce4cc4a84562ac56fb89fff41c83b6deff59bd X-VCS-Branch: master Date: Fri, 13 Sep 2019 12:58:53 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d566e81c-eead-44a9-a09b-e474725d24ca X-Archives-Hash: 5610589418ad937e97acfd998d3db63f commit: 49ce4cc4a84562ac56fb89fff41c83b6deff59bd Author: Michał Górny gentoo org> AuthorDate: Fri Sep 13 12:16:09 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 13 12:42:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ce4cc4 net-misc/networkmanager: Use acct-group/plugdev Signed-off-by: Michał Górny gentoo.org> net-misc/networkmanager/networkmanager-1.18.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/networkmanager/networkmanager-1.18.2.ebuild b/net-misc/networkmanager/networkmanager-1.18.2.ebuild index f5ada34e9f9..4342ec029ba 100644 --- a/net-misc/networkmanager/networkmanager-1.18.2.ebuild +++ b/net-misc/networkmanager/networkmanager-1.18.2.ebuild @@ -7,7 +7,7 @@ GNOME2_LA_PUNT="yes" VALA_USE_DEPEND="vapigen" PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) -inherit bash-completion-r1 gnome2 linux-info multilib python-any-r1 systemd user readme.gentoo-r1 vala virtualx udev multilib-minimal +inherit bash-completion-r1 gnome2 linux-info multilib python-any-r1 systemd readme.gentoo-r1 vala virtualx udev multilib-minimal DESCRIPTION="A set of co-operative tools that make networking simple and straightforward" HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager" @@ -70,6 +70,7 @@ COMMON_DEPEND=" ) " RDEPEND="${COMMON_DEPEND} + acct-group/plugdev || ( net-misc/iputils[arping(+)] net-analyzer/arping @@ -141,7 +142,6 @@ pkg_setup() { CONFIG_CHECK="~NF_NAT ~NF_NAT_MASQUERADE" linux-info_pkg_setup fi - enewgroup plugdev if use introspection || use test; then python-any-r1_pkg_setup fi