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: net-wireless/bluez/
Date: Fri, 13 Sep 2019 12:59:02
Message-Id: 1568378567.94e526322227fd90bf34876881940bbd9858b146.mgorny@gentoo
1 commit: 94e526322227fd90bf34876881940bbd9858b146
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 13 12:16:11 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 13 12:42:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e52632
7
8 net-wireless/bluez: Use acct-group/plugdev
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-wireless/bluez/bluez-5.50-r2.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/net-wireless/bluez/bluez-5.50-r2.ebuild b/net-wireless/bluez/bluez-5.50-r2.ebuild
16 index 5415ba0b679..4c335870096 100644
17 --- a/net-wireless/bluez/bluez-5.50-r2.ebuild
18 +++ b/net-wireless/bluez/bluez-5.50-r2.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=7
21
22 PYTHON_COMPAT=( python2_7 )
23 -inherit autotools python-single-r1 readme.gentoo-r1 systemd udev user multilib-minimal
24 +inherit autotools python-single-r1 readme.gentoo-r1 systemd udev multilib-minimal
25
26 DESCRIPTION="Bluetooth Tools and System Daemons for Linux"
27 HOMEPAGE="http://www.bluez.org"
28 @@ -53,6 +53,7 @@ DEPEND="
29 udev? ( >=virtual/udev-172 )
30 "
31 RDEPEND="${DEPEND}
32 + acct-group/plugdev
33 selinux? ( sec-policy/selinux-bluetooth )
34 test-programs? ( ${TEST_DEPS} )
35 "
36 @@ -86,8 +87,6 @@ PATCHES=(
37 )
38
39 pkg_setup() {
40 - enewgroup plugdev
41 -
42 if use test || use test-programs; then
43 python-single-r1_pkg_setup
44 fi