Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/signond/
Date: Sun, 28 Jun 2020 21:55:48
Message-Id: 1593381323.27928a6503e350a169f44fd2f7f675ac54df1175.asturm@gentoo
1 commit: 27928a6503e350a169f44fd2f7f675ac54df1175
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 28 21:16:37 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 28 21:55:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27928a65
7
8 net-libs/signond: Tests are really really brittle; but they can pass
9
10 ...when they feel like it sometimes.
11
12 Closes: https://bugs.gentoo.org/727666
13 Package-Manager: Portage-2.3.103, Repoman-2.3.23
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 net-libs/signond/signond-8.60-r2.ebuild | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/net-libs/signond/signond-8.60-r2.ebuild b/net-libs/signond/signond-8.60-r2.ebuild
20 index ac9f38c87f2..4c354dd6364 100644
21 --- a/net-libs/signond/signond-8.60-r2.ebuild
22 +++ b/net-libs/signond/signond-8.60-r2.ebuild
23 @@ -27,7 +27,8 @@ DEPEND="${RDEPEND}
24 test? ( dev-qt/qttest:5 )
25 "
26
27 -RESTRICT="!test? ( test )"
28 +# tests are brittle; they all pass when stars align, bug 727666
29 +RESTRICT="test !test? ( test )"
30
31 PATCHES=(
32 "${FILESDIR}/${P}-buildsystem.patch"