net-wireless/bluez: Use acct-group/plugdev
authorMichał Górny <mgorny@gentoo.org>
Fri, 13 Sep 2019 12:16:11 +0000 (14:16 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 13 Sep 2019 12:42:47 +0000 (14:42 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-wireless/bluez/bluez-5.50-r2.ebuild

index 5415ba0b6795915ee9f371d5c6c05c3950d53520..4c335870096fcc7c7d935b605c50fb277f82ce57 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( python2_7 )
-inherit autotools python-single-r1 readme.gentoo-r1 systemd udev user multilib-minimal
+inherit autotools python-single-r1 readme.gentoo-r1 systemd udev multilib-minimal
 
 DESCRIPTION="Bluetooth Tools and System Daemons for Linux"
 HOMEPAGE="http://www.bluez.org"
@@ -53,6 +53,7 @@ DEPEND="
        udev? ( >=virtual/udev-172 )
 "
 RDEPEND="${DEPEND}
+       acct-group/plugdev
        selinux? ( sec-policy/selinux-bluetooth )
        test-programs? ( ${TEST_DEPS} )
 "
@@ -86,8 +87,6 @@ PATCHES=(
 )
 
 pkg_setup() {
-       enewgroup plugdev
-
        if use test || use test-programs; then
                python-single-r1_pkg_setup
        fi