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: Sun, 20 Feb 2022 05:51:49
Message-Id: 1645335899.2c07969041ff2f3f2a4f81b2db040fce315d869d.sam@gentoo
1 commit: 2c07969041ff2f3f2a4f81b2db040fce315d869d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 05:44:24 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 05:44:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c079690
7
8 net-analyzer/tcpdump: crank up tcpdump RDEPEND
9
10 According to upstream site. Apparently just for tests though.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 net-analyzer/tcpdump/tcpdump-4.99.1.ebuild | 5 ++---
15 net-analyzer/tcpdump/tcpdump-9999.ebuild | 5 ++---
16 2 files changed, 4 insertions(+), 6 deletions(-)
17
18 diff --git a/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild b/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild
19 index 06157bef920b..6dc1d3f43826 100644
20 --- a/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild
21 +++ b/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -34,7 +34,7 @@ RESTRICT="!test? ( test )"
29 #RESTRICT="test"
30
31 RDEPEND="
32 - net-libs/libpcap
33 + >=net-libs/libpcap-1.10.1
34 drop-root? (
35 acct-group/pcap
36 acct-user/pcap
37 @@ -52,7 +52,6 @@ RDEPEND="
38 DEPEND="
39 ${RDEPEND}
40 test? (
41 - >=net-libs/libpcap-1.9.1
42 dev-lang/perl
43 )
44 "
45
46 diff --git a/net-analyzer/tcpdump/tcpdump-9999.ebuild b/net-analyzer/tcpdump/tcpdump-9999.ebuild
47 index 7fb2b1d8d0c3..ac9b01e80aa8 100644
48 --- a/net-analyzer/tcpdump/tcpdump-9999.ebuild
49 +++ b/net-analyzer/tcpdump/tcpdump-9999.ebuild
50 @@ -1,4 +1,4 @@
51 -# Copyright 1999-2021 Gentoo Authors
52 +# Copyright 1999-2022 Gentoo Authors
53 # Distributed under the terms of the GNU General Public License v2
54
55 EAPI=7
56 @@ -31,7 +31,7 @@ REQUIRED_USE="test? ( samba )"
57 RESTRICT="test"
58
59 RDEPEND="
60 - net-libs/libpcap
61 + >=net-libs/libpcap-1.10.1
62 drop-root? (
63 acct-group/pcap
64 acct-user/pcap
65 @@ -49,7 +49,6 @@ RDEPEND="
66 DEPEND="
67 ${RDEPEND}
68 test? (
69 - >=net-libs/libpcap-1.9.1
70 dev-lang/perl
71 )
72 "