Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpdump/
Date: Thu, 10 Jun 2021 17:54:18
Message-Id: 1623347639.134c44ff6ca50e942641b8585b73841f09df658b.sam@gentoo
1 commit: 134c44ff6ca50e942641b8585b73841f09df658b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 10 17:53:36 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 17:53:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=134c44ff
7
8 net-analyzer/tcpdump: re-enable tests in 4.99.1
9
10 Seem to be passing now.
11
12 Bug: https://bugs.gentoo.org/768498
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 net-analyzer/tcpdump/tcpdump-4.99.1.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild b/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild
19 index ff38b7bbbab..aa2fc80a8e5 100644
20 --- a/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild
21 +++ b/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild
22 @@ -29,8 +29,9 @@ SLOT="0"
23 IUSE="+drop-root +smi +ssl +samba suid test"
24 REQUIRED_USE="test? ( samba )"
25
26 +RESTRICT="!test? ( test )"
27 # Assorted failures: bug #768498
28 -RESTRICT="test"
29 +#RESTRICT="test"
30
31 RDEPEND="
32 net-libs/libpcap