summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-04 04:57:28 +0000
committerSam James <sam@gentoo.org>2021-03-04 04:57:28 +0000
commit4d89b52d516edefa0b2ec03a2335eed74f7062ec (patch)
tree815b4462627b3c1d86b82400d3b7dadf9c7f5f70 /net-analyzer
parentdev-libs/hiredis: remove 0.14.1 (diff)
downloadgentoo-4d89b52d516edefa0b2ec03a2335eed74f7062ec.tar.gz
gentoo-4d89b52d516edefa0b2ec03a2335eed74f7062ec.tar.bz2
gentoo-4d89b52d516edefa0b2ec03a2335eed74f7062ec.zip
net-analyzer/tcpdump: restrict tests for now
Closes: https://bugs.gentoo.org/768498 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/tcpdump/tcpdump-4.99.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild b/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild
index 3b3f98211ec8..848865ea5b76 100644
--- a/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild
+++ b/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild
@@ -14,7 +14,8 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="+drop-root libressl +smi +ssl +samba suid test"
-RESTRICT="!test? ( test )"
+# Assorted failures: bug #768498
+RESTRICT="test"
REQUIRED_USE="test? ( samba )"
BDEPEND="drop-root? ( virtual/pkgconfig )"