diff options
author | Robert Förster <Dessa@gmake.de> | 2023-11-17 15:07:43 +0100 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2023-11-17 11:15:41 -0600 |
commit | a9e24ba4d82f6395ceb2013b334a3ea5ce0bd46b (patch) | |
tree | efcfcc788c21fdda4ffc75911dc6357039fc38b3 /net-wireless | |
parent | dev-python/fonttools: Enable pypy3 (diff) | |
download | gentoo-a9e24ba4d82f6395ceb2013b334a3ea5ce0bd46b.tar.gz gentoo-a9e24ba4d82f6395ceb2013b334a3ea5ce0bd46b.tar.bz2 gentoo-a9e24ba4d82f6395ceb2013b334a3ea5ce0bd46b.zip |
net-wireless/iwd: add USE=selinux
Signed-off-by: Robert Förster <Dessa@gmake.de>
Closes: https://github.com/gentoo/gentoo/pull/33870
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/iwd/iwd-2.3.ebuild | 3 | ||||
-rw-r--r-- | net-wireless/iwd/iwd-2.4.ebuild | 3 | ||||
-rw-r--r-- | net-wireless/iwd/iwd-2.8-r2.ebuild | 3 | ||||
-rw-r--r-- | net-wireless/iwd/iwd-9999.ebuild | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/net-wireless/iwd/iwd-2.3.ebuild b/net-wireless/iwd/iwd-2.3.ebuild index feffe972d80d..9f77d24c371e 100644 --- a/net-wireless/iwd/iwd-2.3.ebuild +++ b/net-wireless/iwd/iwd-2.3.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="https://git.kernel.org/pub/scm/network/wireless/iwd.git/" LICENSE="GPL-2" SLOT="0" -IUSE="+client cpu_flags_x86_aes cpu_flags_x86_ssse3 crda +monitor ofono standalone systemd wired" +IUSE="+client cpu_flags_x86_aes cpu_flags_x86_ssse3 crda +monitor ofono selinux standalone systemd wired" DEPEND=" sys-apps/dbus @@ -36,6 +36,7 @@ RDEPEND=" acct-group/netdev net-wireless/wireless-regdb crda? ( net-wireless/crda ) + selinux? ( sec-policy/selinux-networkmanager ) standalone? ( systemd? ( sys-apps/systemd ) !systemd? ( virtual/resolvconf ) diff --git a/net-wireless/iwd/iwd-2.4.ebuild b/net-wireless/iwd/iwd-2.4.ebuild index 4fc60b198471..39e4f7418f8a 100644 --- a/net-wireless/iwd/iwd-2.4.ebuild +++ b/net-wireless/iwd/iwd-2.4.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="https://git.kernel.org/pub/scm/network/wireless/iwd.git/" LICENSE="GPL-2" SLOT="0" -IUSE="+client cpu_flags_x86_aes cpu_flags_x86_ssse3 crda +monitor ofono standalone systemd wired" +IUSE="+client cpu_flags_x86_aes cpu_flags_x86_ssse3 crda +monitor ofono selinux standalone systemd wired" DEPEND=" sys-apps/dbus @@ -36,6 +36,7 @@ RDEPEND=" acct-group/netdev net-wireless/wireless-regdb crda? ( net-wireless/crda ) + selinux? ( sec-policy/selinux-networkmanager ) standalone? ( systemd? ( sys-apps/systemd ) !systemd? ( virtual/resolvconf ) diff --git a/net-wireless/iwd/iwd-2.8-r2.ebuild b/net-wireless/iwd/iwd-2.8-r2.ebuild index 9c69988c4bfc..3bdc0a6094ed 100644 --- a/net-wireless/iwd/iwd-2.8-r2.ebuild +++ b/net-wireless/iwd/iwd-2.8-r2.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="https://git.kernel.org/pub/scm/network/wireless/iwd.git/" LICENSE="GPL-2" SLOT="0" -IUSE="+client cpu_flags_x86_aes cpu_flags_x86_ssse3 +monitor ofono standalone systemd wired" +IUSE="+client cpu_flags_x86_aes cpu_flags_x86_ssse3 +monitor ofono selinux standalone systemd wired" DEPEND=" sys-apps/dbus @@ -35,6 +35,7 @@ RDEPEND=" ${DEPEND} acct-group/netdev net-wireless/wireless-regdb + selinux? ( sec-policy/selinux-networkmanager ) standalone? ( systemd? ( sys-apps/systemd ) !systemd? ( virtual/resolvconf ) diff --git a/net-wireless/iwd/iwd-9999.ebuild b/net-wireless/iwd/iwd-9999.ebuild index 44945f55296a..2088d90635e5 100644 --- a/net-wireless/iwd/iwd-9999.ebuild +++ b/net-wireless/iwd/iwd-9999.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="https://git.kernel.org/pub/scm/network/wireless/iwd.git/" LICENSE="GPL-2" SLOT="0" -IUSE="+client cpu_flags_x86_aes cpu_flags_x86_ssse3 +monitor ofono standalone systemd wired" +IUSE="+client cpu_flags_x86_aes cpu_flags_x86_ssse3 +monitor ofono selinux standalone systemd wired" DEPEND=" sys-apps/dbus @@ -35,6 +35,7 @@ RDEPEND=" ${DEPEND} acct-group/netdev net-wireless/wireless-regdb + selinux? ( sec-policy/selinux-networkmanager ) standalone? ( systemd? ( sys-apps/systemd ) !systemd? ( virtual/resolvconf ) |