net-misc/kea: depend on sec-policy/selinux-dhcp w/ USE=selinux

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-05-26 03:27:24 +01:00
parent 9c9db32ad3
commit 070ede008f
2 changed files with 4 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ fi
LICENSE="MPL-2.0"
SLOT="0"
IUSE="debug doc kerberos mysql +openssl postgres shell test"
IUSE="debug doc kerberos mysql +openssl postgres selinux shell test"
REQUIRED_USE="shell? ( ${PYTHON_REQUIRED_USE} )"
RESTRICT="!test? ( test )"
@@ -53,6 +53,7 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
acct-group/dhcp
acct-user/dhcp
selinux? ( sec-policy/selinux-dhcp )
"
BDEPEND="
${PYTHON_DEPS}

View File

@@ -24,7 +24,7 @@ fi
LICENSE="MPL-2.0"
SLOT="0"
IUSE="debug doc kerberos mysql +openssl postgres shell test"
IUSE="debug doc kerberos mysql +openssl postgres selinux shell test"
REQUIRED_USE="shell? ( ${PYTHON_REQUIRED_USE} )"
RESTRICT="!test? ( test )"
@@ -50,6 +50,7 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
acct-group/dhcp
acct-user/dhcp
selinux? ( sec-policy/selinux-dhcp )
"
BDEPEND="
${PYTHON_DEPS}