mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
net-dns/knot-resolver: add USE=selinux
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
This commit is contained in:
@@ -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="
|
||||
|
||||
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user