diff options
author | 2021-03-04 04:57:28 +0000 | |
---|---|---|
committer | 2021-03-04 04:57:28 +0000 | |
commit | 4d89b52d516edefa0b2ec03a2335eed74f7062ec (patch) | |
tree | 815b4462627b3c1d86b82400d3b7dadf9c7f5f70 /net-analyzer | |
parent | dev-libs/hiredis: remove 0.14.1 (diff) | |
download | gentoo-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.ebuild | 3 |
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 )" |