commit: 6b02cde6714794bd80b77db589ee294a87d57aec
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 19:10:11 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 19:10:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b02cde6
sys-auth/sssd: Depend on sys-libs/pam_wrapper for tests
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
sys-auth/sssd/sssd-2.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-auth/sssd/sssd-2.3.1.ebuild b/sys-auth/sssd/sssd-2.3.1.ebuild
index d86b7fb3008..130b9d7ecbf 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 )
)