[sys-auth/sssd] sync again
This commit is contained in:
parent
7cf160fa23
commit
4406a4228b
@ -14,10 +14,11 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x
|
|||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="acl autofs kcm +locator +netlink nfsv4 nls +manpages pac python samba secrets selinux sudo ssh systemd test"
|
IUSE="acl +autofs kcm +locator +netlink nfsv4 nls +manpages pac python samba secrets selinux sudo ssh systemd test valgrind"
|
||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
REQUIRED_USE="pac? ( samba )
|
REQUIRED_USE="test? ( ssh sudo )
|
||||||
|
pac? ( samba )
|
||||||
kcm? ( systemd )
|
kcm? ( systemd )
|
||||||
secrets? ( systemd )"
|
secrets? ( systemd )"
|
||||||
|
|
||||||
@ -75,12 +76,23 @@ RDEPEND="${DEPEND}
|
|||||||
>=sys-libs/glibc-2.17[nscd]
|
>=sys-libs/glibc-2.17[nscd]
|
||||||
selinux? ( >=sec-policy/selinux-sssd-2.20120725-r9 )
|
selinux? ( >=sec-policy/selinux-sssd-2.20120725-r9 )
|
||||||
"
|
"
|
||||||
|
# FIXME: Add pam_wrapper when it enters the tree. Bug #730974
|
||||||
BDEPEND="${DEPEND}
|
BDEPEND="${DEPEND}
|
||||||
test? ( dev-libs/check )
|
test? (
|
||||||
|
app-crypt/p11-kit
|
||||||
|
dev-libs/check
|
||||||
|
dev-libs/softhsm:2
|
||||||
|
dev-util/cmocka
|
||||||
|
net-libs/gnutls[pkcs11,tools]
|
||||||
|
sys-libs/libfaketime
|
||||||
|
sys-libs/nss_wrapper
|
||||||
|
sys-libs/uid_wrapper
|
||||||
|
valgrind? ( dev-util/valgrind )
|
||||||
|
)
|
||||||
manpages? (
|
manpages? (
|
||||||
>=dev-libs/libxslt-1.1.26
|
>=dev-libs/libxslt-1.1.26
|
||||||
app-text/docbook-xml-dtd:4.4
|
app-text/docbook-xml-dtd:4.4
|
||||||
)"
|
)"
|
||||||
|
|
||||||
CONFIG_CHECK="~KEYS"
|
CONFIG_CHECK="~KEYS"
|
||||||
|
|
||||||
@ -148,6 +160,7 @@ multilib_src_configure() {
|
|||||||
$(multilib_native_use_with sudo)
|
$(multilib_native_use_with sudo)
|
||||||
$(multilib_native_use_with autofs)
|
$(multilib_native_use_with autofs)
|
||||||
$(multilib_native_use_with ssh)
|
$(multilib_native_use_with ssh)
|
||||||
|
$(use_enable valgrind)
|
||||||
--with-crypto="libcrypto"
|
--with-crypto="libcrypto"
|
||||||
--without-python2-bindings
|
--without-python2-bindings
|
||||||
${python3_configure}
|
${python3_configure}
|
||||||
|
Loading…
Reference in New Issue
Block a user