Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/sssd/
Date: Sat, 15 May 2021 16:13:40
Message-Id: 1621094725.8cd2fea6b8f17aae851fbd7ed9ebad873490f51d.whissi@gentoo
1 commit: 8cd2fea6b8f17aae851fbd7ed9ebad873490f51d
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 15 15:56:40 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat May 15 16:05:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd2fea6
7
8 sys-auth/sssd: skip flaky pam-srv-tests
9
10 Link 1: https://github.com/SSSD/sssd/issues/5631
11
12 Package-Manager: Portage-3.0.18, Repoman-3.0.3
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 sys-auth/sssd/sssd-2.5.0.ebuild | 6 ++++++
16 1 file changed, 6 insertions(+)
17
18 diff --git a/sys-auth/sssd/sssd-2.5.0.ebuild b/sys-auth/sssd/sssd-2.5.0.ebuild
19 index 7c0f2d73dd1..d77b8f6445b 100644
20 --- a/sys-auth/sssd/sssd-2.5.0.ebuild
21 +++ b/sys-auth/sssd/sssd-2.5.0.ebuild
22 @@ -111,6 +111,12 @@ src_prepare() {
23 "${S}"/src/examples/logrotate \
24 || die
25
26 + # disable flaky test, see https://github.com/SSSD/sssd/issues/5631
27 + sed -i \
28 + -e '/^\s*pam-srv-tests[ \\]*$/d' \
29 + "${S}"/Makefile.am \
30 + || die
31 +
32 eautoreconf
33
34 multilib_copy_sources