Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/sssd/
Date: Sat, 15 Aug 2020 19:11:02
Message-Id: 1597518644.6b02cde6714794bd80b77db589ee294a87d57aec.mattst88@gentoo
1 commit: 6b02cde6714794bd80b77db589ee294a87d57aec
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 15 19:10:11 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 15 19:10:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b02cde6
7
8 sys-auth/sssd: Depend on sys-libs/pam_wrapper for tests
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 sys-auth/sssd/sssd-2.3.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-auth/sssd/sssd-2.3.1.ebuild b/sys-auth/sssd/sssd-2.3.1.ebuild
16 index d86b7fb3008..130b9d7ecbf 100644
17 --- a/sys-auth/sssd/sssd-2.3.1.ebuild
18 +++ b/sys-auth/sssd/sssd-2.3.1.ebuild
19 @@ -57,7 +57,6 @@ RDEPEND="${COMMON_DEP}
20 >=sys-libs/glibc-2.17[nscd]
21 selinux? ( >=sec-policy/selinux-sssd-2.20120725-r9 )
22 "
23 -# FIXME: Add pam_wrapper when it enters the tree. Bug #730974
24 DEPEND="${COMMON_DEP}
25 test? (
26 app-crypt/p11-kit
27 @@ -67,6 +66,7 @@ DEPEND="${COMMON_DEP}
28 net-libs/gnutls[pkcs11,tools]
29 sys-libs/libfaketime
30 sys-libs/nss_wrapper
31 + sys-libs/pam_wrapper
32 sys-libs/uid_wrapper
33 valgrind? ( dev-util/valgrind )
34 )