diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-28 23:16:37 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-28 23:55:23 +0200 |
commit | 27928a6503e350a169f44fd2f7f675ac54df1175 (patch) | |
tree | 893c388344b8c50143240f15bb13bfe2aba1a4be /net-libs/signond | |
parent | net-libs/signond: Replace big sed with fix from pending upstream PR (diff) | |
download | gentoo-27928a6503e350a169f44fd2f7f675ac54df1175.tar.gz gentoo-27928a6503e350a169f44fd2f7f675ac54df1175.tar.bz2 gentoo-27928a6503e350a169f44fd2f7f675ac54df1175.zip |
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@gentoo.org>
Diffstat (limited to 'net-libs/signond')
-rw-r--r-- | net-libs/signond/signond-8.60-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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" |