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:
Sam James
2026-05-25 02:37:11 +01:00
parent 733b5282bd
commit 740da261d7
2 changed files with 10 additions and 4 deletions

View File

@@ -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

View File

@@ -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