Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
Date: Fri, 13 Sep 2019 12:58:57
Message-Id: 1568378558.cb17a7337f4e42855001398677b7fe4247cccd06.mgorny@gentoo
1 commit: cb17a7337f4e42855001398677b7fe4247cccd06
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 13 12:15:58 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 13 12:42:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb17a733
7
8 app-pda/usbmuxd: Use acct-group/plugdev
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild b/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild
16 index f4c8c46ae9c..17dd00ce82b 100644
17 --- a/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild
18 +++ b/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -16,7 +16,9 @@ SLOT="0"
26 KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
27 IUSE=""
28
29 -RDEPEND=">=app-pda/libimobiledevice-1.1.6
30 +RDEPEND="
31 + acct-group/plugdev
32 + >=app-pda/libimobiledevice-1.1.6
33 >=app-pda/libplist-1.11
34 virtual/libusb:1"
35 DEPEND="${RDEPEND}
36 @@ -24,7 +26,6 @@ DEPEND="${RDEPEND}
37 virtual/pkgconfig"
38
39 pkg_setup() {
40 - enewgroup plugdev
41 enewuser usbmux -1 -1 -1 "usb,plugdev"
42 }