commit:     94e526322227fd90bf34876881940bbd9858b146
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 13 12:16:11 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 12:42:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e52632

net-wireless/bluez: Use acct-group/plugdev

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-wireless/bluez/bluez-5.50-r2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-wireless/bluez/bluez-5.50-r2.ebuild 
b/net-wireless/bluez/bluez-5.50-r2.ebuild
index 5415ba0b679..4c335870096 100644
--- a/net-wireless/bluez/bluez-5.50-r2.ebuild
+++ b/net-wireless/bluez/bluez-5.50-r2.ebuild
@@ -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

Reply via email to