Skip to content

Commit

Permalink
app-pda/usbmuxd: Use acct-group/plugdev
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Sep 13, 2019
1 parent 77ada1e commit cb17a73
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -16,15 +16,16 @@ 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}
virtual/os-headers
virtual/pkgconfig"

pkg_setup() {
enewgroup plugdev
enewuser usbmux -1 -1 -1 "usb,plugdev"
}

Expand Down

0 comments on commit cb17a73

Please sign in to comment.