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 99B9A138335 for ; Fri, 13 Sep 2019 12:58:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96F20E0BAD; Fri, 13 Sep 2019 12:58:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 804E0E0BAD for ; Fri, 13 Sep 2019 12:58:56 +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 0BBA034B10F for ; Fri, 13 Sep 2019 12:58:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 826927EF 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: <1568378558.cb17a7337f4e42855001398677b7fe4247cccd06.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild X-VCS-Directories: app-pda/usbmuxd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cb17a7337f4e42855001398677b7fe4247cccd06 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: 733285f5-9552-40ac-8cc1-789729eef6b2 X-Archives-Hash: c9d85a070689bd28d5def7b0aa250429 commit: cb17a7337f4e42855001398677b7fe4247cccd06 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 13 12:15:58 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 13 12:42:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb17a733 app-pda/usbmuxd: Use acct-group/plugdev Signed-off-by: Michał Górny gentoo.org> app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild b/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild index f4c8c46ae9c..17dd00ce82b 100644 --- a/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild +++ b/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,7 +16,9 @@ SLOT="0" KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" IUSE="" -RDEPEND=">=app-pda/libimobiledevice-1.1.6 +RDEPEND=" + acct-group/plugdev + >=app-pda/libimobiledevice-1.1.6 >=app-pda/libplist-1.11 virtual/libusb:1" DEPEND="${RDEPEND} @@ -24,7 +26,6 @@ DEPEND="${RDEPEND} virtual/pkgconfig" pkg_setup() { - enewgroup plugdev enewuser usbmux -1 -1 -1 "usb,plugdev" }