commit:     27928a6503e350a169f44fd2f7f675ac54df1175
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 28 21:16:37 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 28 21:55:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27928a65

net-libs/signond: Tests are really really brittle; but they can pass

...when they feel like it sometimes.

Closes: https://bugs.gentoo.org/727666
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-libs/signond/signond-8.60-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-libs/signond/signond-8.60-r2.ebuild 
b/net-libs/signond/signond-8.60-r2.ebuild
index ac9f38c87f2..4c354dd6364 100644
--- a/net-libs/signond/signond-8.60-r2.ebuild
+++ b/net-libs/signond/signond-8.60-r2.ebuild
@@ -27,7 +27,8 @@ DEPEND="${RDEPEND}
        test? ( dev-qt/qttest:5 )
 "
 
-RESTRICT="!test? ( test )"
+# tests are brittle; they all pass when stars align, bug 727666
+RESTRICT="test !test? ( test )"
 
 PATCHES=(
        "${FILESDIR}/${P}-buildsystem.patch"

Reply via email to