mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
net-wireless/blueman: wire up USE=selinux for newly-added sec-policy/selinux-blueman
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -28,7 +28,7 @@ fi
|
||||
# source files are mixed GPL-3+ and GPL-2+
|
||||
LICENSE="GPL-3+ GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="network nls policykit pulseaudio"
|
||||
IUSE="network nls policykit pulseaudio selinux"
|
||||
|
||||
DEPEND="
|
||||
$(python_gen_cond_dep '
|
||||
@@ -83,6 +83,9 @@ RDEPEND="
|
||||
<media-sound/pulseaudio-15.99.1[bluetooth]
|
||||
)
|
||||
)
|
||||
selinux? (
|
||||
sec-policy/selinux-blueman
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -28,7 +28,7 @@ fi
|
||||
# source files are mixed GPL-3+ and GPL-2+
|
||||
LICENSE="GPL-3+ GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="network nls policykit pulseaudio"
|
||||
IUSE="network nls policykit pulseaudio selinux"
|
||||
|
||||
DEPEND="
|
||||
$(python_gen_cond_dep '
|
||||
@@ -82,6 +82,9 @@ RDEPEND="
|
||||
media-sound/pulseaudio-daemon[bluetooth]
|
||||
)
|
||||
)
|
||||
selinux? (
|
||||
sec-policy/selinux-blueman
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
|
||||
Reference in New Issue
Block a user