net-dns/knot-resolver: add USE=selinux

Signed-off-by: Kenton Groombridge <concord@gentoo.org>
This commit is contained in:
Kenton Groombridge
2025-05-27 15:42:59 -04:00
parent ee38da60ad
commit 8fa9dc5c02
2 changed files with 4 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ LICENSE="Apache-2.0 BSD CC0-1.0 GPL-3+ LGPL-2.1+ MIT"
SLOT="0"
KEYWORDS="amd64"
IUSE="caps dnstap jemalloc kresc nghttp2 systemd test xdp"
IUSE="caps dnstap jemalloc kresc nghttp2 selinux systemd test xdp"
RESTRICT="!test? ( test )"
REQUIRED_USE="${LUA_REQUIRED_USE}"
@@ -38,6 +38,7 @@ RDEPEND="
jemalloc? ( dev-libs/jemalloc:= )
kresc? ( dev-libs/libedit )
nghttp2? ( net-libs/nghttp2:= )
selinux? ( sec-policy/selinux-knot )
systemd? ( sys-apps/systemd:= )
"
DEPEND="

View File

@@ -23,7 +23,7 @@ LICENSE="Apache-2.0 BSD CC0-1.0 GPL-3+ LGPL-2.1+ MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="caps dnstap jemalloc +manager nghttp2 systemd test xdp"
IUSE="caps dnstap jemalloc +manager nghttp2 selinux systemd test xdp"
RESTRICT="!test? ( test )"
REQUIRED_USE="
${LUA_REQUIRED_USE}
@@ -55,6 +55,7 @@ RDEPEND="
')
)
nghttp2? ( net-libs/nghttp2:= )
selinux? ( sec-policy/selinux-knot )
systemd? ( sys-apps/systemd:= )
"
DEPEND="