commit: 134c44ff6ca50e942641b8585b73841f09df658b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jun 10 17:53:36 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 10 17:53:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=134c44ff
net-analyzer/tcpdump: re-enable tests in 4.99.1 Seem to be passing now. Bug: https://bugs.gentoo.org/768498 Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/tcpdump/tcpdump-4.99.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild b/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild index ff38b7bbbab..aa2fc80a8e5 100644 --- a/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild +++ b/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild @@ -29,8 +29,9 @@ SLOT="0" IUSE="+drop-root +smi +ssl +samba suid test" REQUIRED_USE="test? ( samba )" +RESTRICT="!test? ( test )" # Assorted failures: bug #768498 -RESTRICT="test" +#RESTRICT="test" RDEPEND=" net-libs/libpcap
