diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-08-15 12:10:11 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-08-15 12:10:44 -0700 |
commit | 6b02cde6714794bd80b77db589ee294a87d57aec (patch) | |
tree | d6305053706b23d5b3032680ca06c4f4da236e8e /sys-auth/sssd | |
parent | sys-libs/pam_wrapper: Add new package (diff) | |
download | gentoo-6b02cde6714794bd80b77db589ee294a87d57aec.tar.gz gentoo-6b02cde6714794bd80b77db589ee294a87d57aec.tar.bz2 gentoo-6b02cde6714794bd80b77db589ee294a87d57aec.zip |
sys-auth/sssd: Depend on sys-libs/pam_wrapper for tests
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-auth/sssd')
-rw-r--r-- | sys-auth/sssd/sssd-2.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/sssd/sssd-2.3.1.ebuild b/sys-auth/sssd/sssd-2.3.1.ebuild index d86b7fb30089..130b9d7ecbf7 100644 --- a/sys-auth/sssd/sssd-2.3.1.ebuild +++ b/sys-auth/sssd/sssd-2.3.1.ebuild @@ -57,7 +57,6 @@ RDEPEND="${COMMON_DEP} >=sys-libs/glibc-2.17[nscd] selinux? ( >=sec-policy/selinux-sssd-2.20120725-r9 ) " -# FIXME: Add pam_wrapper when it enters the tree. Bug #730974 DEPEND="${COMMON_DEP} test? ( app-crypt/p11-kit @@ -67,6 +66,7 @@ DEPEND="${COMMON_DEP} net-libs/gnutls[pkcs11,tools] sys-libs/libfaketime sys-libs/nss_wrapper + sys-libs/pam_wrapper sys-libs/uid_wrapper valgrind? ( dev-util/valgrind ) ) |