From 27928a6503e350a169f44fd2f7f675ac54df1175 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 28 Jun 2020 23:16:37 +0200 Subject: 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 --- net-libs/signond/signond-8.60-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net-libs/signond') diff --git a/net-libs/signond/signond-8.60-r2.ebuild b/net-libs/signond/signond-8.60-r2.ebuild index ac9f38c87f29..4c354dd63641 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" -- cgit v1.2.3-65-gdbad