diff options
author | Joe Kappus <joe@wt.gd> | 2024-06-09 04:04:45 -0400 |
---|---|---|
committer | Joe Kappus <joe@wt.gd> | 2024-06-09 04:04:45 -0400 |
commit | 2a0ce73a7d26230e97863388fc880ef2fba379d4 (patch) | |
tree | eec9caa5675c6f3f1535b8757378260a02881eb5 /net-nntp | |
parent | Reapply "dev-embedded/etlcpp: treeclean" (diff) | |
download | guru-2a0ce73a7d26230e97863388fc880ef2fba379d4.tar.gz guru-2a0ce73a7d26230e97863388fc880ef2fba379d4.tar.bz2 guru-2a0ce73a7d26230e97863388fc880ef2fba379d4.zip |
net-nntp/pan: disable tests
Since they fail and I hate cmake.
Closes: https://bugs.gentoo.org/933860
Signed-off-by: Joe Kappus <joe@wt.gd>
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/pan/pan-0.159.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
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..." +} |