diff options
author | Sam James <sam@gentoo.org> | 2023-06-28 08:11:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-28 08:16:01 +0100 |
commit | f2aedaf69eccbd250e94e846318fb3d794348e72 (patch) | |
tree | a469dc43e88d652cca48e81a02a9ba125e89a396 /net-wireless/hostapd/hostapd-9999.ebuild | |
parent | sci-geosciences/gpsd: add missing selinux policy dep (diff) | |
download | gentoo-f2aedaf69eccbd250e94e846318fb3d794348e72.tar.gz gentoo-f2aedaf69eccbd250e94e846318fb3d794348e72.tar.bz2 gentoo-f2aedaf69eccbd250e94e846318fb3d794348e72.zip |
net-wireless/hostapd: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-wireless/hostapd/hostapd-9999.ebuild')
-rw-r--r-- | net-wireless/hostapd/hostapd-9999.ebuild | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/net-wireless/hostapd/hostapd-9999.ebuild b/net-wireless/hostapd/hostapd-9999.ebuild index 6e9b6c0d78be..f96e871c975b 100644 --- a/net-wireless/hostapd/hostapd-9999.ebuild +++ b/net-wireless/hostapd/hostapd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,7 @@ fi LICENSE="BSD" SLOT="0" -IUSE="internal-tls ipv6 netlink sqlite +suiteb +wps +crda" +IUSE="internal-tls ipv6 netlink selinux sqlite +suiteb +wps +crda" DEPEND=" internal-tls? ( dev-libs/libtommath ) @@ -38,8 +38,12 @@ DEPEND=" crda? ( net-wireless/crda ) ) netlink? ( net-libs/libnfnetlink ) - sqlite? ( >=dev-db/sqlite-3 )" -RDEPEND="${DEPEND}" + sqlite? ( >=dev-db/sqlite-3 ) +" +RDEPEND=" + ${DEPEND} + selinux? ( sec-policy/selinux-hostapd ) +" BDEPEND="virtual/pkgconfig" pkg_pretend() { |