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 0FAA4138239 for ; Fri, 13 Sep 2019 12:59:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD8C4E0C94; Fri, 13 Sep 2019 12:58:59 +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 4BA90E0CAD for ; Fri, 13 Sep 2019 12:58:59 +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 CEDD934B10F 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 E3F4B7F5 for ; Fri, 13 Sep 2019 12:58:52 +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: <1568378564.2d0b6d0cf21b1be3e7b873d824e9b5ed9b2a79e3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/modemmanager/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/modemmanager/modemmanager-1.10.0.ebuild net-misc/modemmanager/modemmanager-1.8.2-r1.ebuild X-VCS-Directories: net-misc/modemmanager/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2d0b6d0cf21b1be3e7b873d824e9b5ed9b2a79e3 X-VCS-Branch: master Date: Fri, 13 Sep 2019 12:58:52 +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: ff87b374-d8b8-405b-8111-4ee86545c5bc X-Archives-Hash: b4330358e38619538fc8115b428584dc commit: 2d0b6d0cf21b1be3e7b873d824e9b5ed9b2a79e3 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 13 12:16:07 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 13 12:42:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0b6d0c net-misc/modemmanager: Use acct-group/plugdev Signed-off-by: Michał Górny gentoo.org> net-misc/modemmanager/modemmanager-1.10.0.ebuild | 6 +++--- net-misc/modemmanager/modemmanager-1.8.2-r1.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-misc/modemmanager/modemmanager-1.10.0.ebuild b/net-misc/modemmanager/modemmanager-1.10.0.ebuild index f7ea0d8471d..3f68591007d 100644 --- a/net-misc/modemmanager/modemmanager-1.10.0.ebuild +++ b/net-misc/modemmanager/modemmanager-1.10.0.ebuild @@ -5,7 +5,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" VALA_USE_DEPEND="vapigen" -inherit gnome2 user readme.gentoo-r1 systemd udev vala +inherit gnome2 readme.gentoo-r1 systemd udev vala DESCRIPTION="Modem and mobile broadband management libraries" HOMEPAGE="https://www.freedesktop.org/wiki/Software/ModemManager/" @@ -39,6 +39,8 @@ DEPEND="${RDEPEND} virtual/pkgconfig vala? ( $(vala_depend) ) " +RDEPEND="${RDEPEND} + policykit? ( acct-group/plugdev )" S="${WORKDIR}/ModemManager-${PV}" @@ -97,8 +99,6 @@ src_install() { pkg_postinst() { gnome2_pkg_postinst - use policykit && enewgroup plugdev - # The polkit rules file moved to /usr/share old_rules="${EROOT}etc/polkit-1/rules.d/01-org.freedesktop.ModemManager.rules" if [[ -f "${old_rules}" ]]; then diff --git a/net-misc/modemmanager/modemmanager-1.8.2-r1.ebuild b/net-misc/modemmanager/modemmanager-1.8.2-r1.ebuild index 52d42ead5c7..7457b97ba8a 100644 --- a/net-misc/modemmanager/modemmanager-1.8.2-r1.ebuild +++ b/net-misc/modemmanager/modemmanager-1.8.2-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" VALA_USE_DEPEND="vapigen" -inherit gnome2 user readme.gentoo-r1 systemd udev vala +inherit gnome2 readme.gentoo-r1 systemd udev vala DESCRIPTION="Modem and mobile broadband management libraries" HOMEPAGE="https://www.freedesktop.org/wiki/Software/ModemManager/" @@ -39,6 +39,8 @@ DEPEND="${RDEPEND} virtual/pkgconfig vala? ( $(vala_depend) ) " +RDEPEND="${RDEPEND} + policykit? ( acct-group/plugdev )" S="${WORKDIR}/ModemManager-${PV}" @@ -97,8 +99,6 @@ src_install() { pkg_postinst() { gnome2_pkg_postinst - use policykit && enewgroup plugdev - # The polkit rules file moved to /usr/share old_rules="${EROOT}etc/polkit-1/rules.d/01-org.freedesktop.ModemManager.rules" if [[ -f "${old_rules}" ]]; then