commit: 2a0ce73a7d26230e97863388fc880ef2fba379d4 Author: Joe Kappus <joe <AT> wt <DOT> gd> AuthorDate: Sun Jun 9 08:04:45 2024 +0000 Commit: Joe Kappus <joe <AT> wt <DOT> gd> CommitDate: Sun Jun 9 08:04:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a0ce73a
net-nntp/pan: disable tests Since they fail and I hate cmake. Closes: https://bugs.gentoo.org/933860 Signed-off-by: Joe Kappus <joe <AT> wt.gd> net-nntp/pan/pan-0.159.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net-nntp/pan/pan-0.159.ebuild b/net-nntp/pan/pan-0.159.ebuild index 16dddf936..e6df925c9 100644 --- a/net-nntp/pan/pan-0.159.ebuild +++ b/net-nntp/pan/pan-0.159.ebuild @@ -69,3 +69,8 @@ src_install() { } + +src_test() { + # not doing tests. Bug #933860 + einfo "Skipping tests..." +}
