mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user