Signed-off-by: Michał Górny <mgorny@gentoo.org>
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"
udev? ( >=virtual/udev-172 )
"
RDEPEND="${DEPEND}
+ acct-group/plugdev
selinux? ( sec-policy/selinux-bluetooth )
test-programs? ( ${TEST_DEPS} )
"
)
pkg_setup() {
- enewgroup plugdev
-
if use test || use test-programs; then
python-single-r1_pkg_setup
fi