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 D8D91138239 for ; Fri, 13 Sep 2019 12:59:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25AFDE0C78; 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 21DFFE0C37 for ; Fri, 13 Sep 2019 12:58:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EB56434B11B 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 3BC837F9 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: <1568378570.cd291b8023155e83f299da46eddcb8d55ae5f472.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pmount/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pmount/pmount-0.9.99_alpha-r5.ebuild X-VCS-Directories: sys-apps/pmount/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cd291b8023155e83f299da46eddcb8d55ae5f472 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: efd6321c-4dca-4b4c-ba53-60238d0473f2 X-Archives-Hash: 17df667d04b79cd4ec8ddf1d2533bb05 commit: cd291b8023155e83f299da46eddcb8d55ae5f472 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 13 12:16:14 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 13 12:42:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd291b80 sys-apps/pmount: Use acct-group/plugdev Signed-off-by: Michał Górny gentoo.org> sys-apps/pmount/pmount-0.9.99_alpha-r5.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/sys-apps/pmount/pmount-0.9.99_alpha-r5.ebuild b/sys-apps/pmount/pmount-0.9.99_alpha-r5.ebuild index f035b7abd42..52df8b15b9f 100644 --- a/sys-apps/pmount/pmount-0.9.99_alpha-r5.ebuild +++ b/sys-apps/pmount/pmount-0.9.99_alpha-r5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils user bash-completion-r1 +inherit eutils bash-completion-r1 DESCRIPTION="Policy based mounter that gives the ability to mount removable devices as a user" HOMEPAGE="https://launchpad.net/pmount" @@ -13,7 +13,9 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86" IUSE="crypt" -RDEPEND=">=sys-apps/util-linux-2.17.2 +RDEPEND=" + acct-group/plugdev + >=sys-apps/util-linux-2.17.2 crypt? ( >=sys-fs/cryptsetup-1.0.6-r2 )" DEPEND="${RDEPEND} dev-util/intltool @@ -21,10 +23,6 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${P/_/-} -pkg_setup() { - enewgroup plugdev -} - src_prepare() { # Restore default value from pmount <= 0.9.23 wrt #393633 sed -i -e '/^not_physically_logged_allow/s:=.*:= yes:' etc/pmount.conf || die