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/driftnet/
Date: Sat, 03 Apr 2021 15:57:19
Message-Id: 1617465296.e457b18fe9daebdb38fe996fff69505f19419026.sam@gentoo
1 commit: e457b18fe9daebdb38fe996fff69505f19419026
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 02:04:23 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 3 15:54:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e457b18f
7
8 net-analyzer/driftnet: drop unused toolchain-funcs
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/driftnet/driftnet-1.3.0.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/driftnet/driftnet-1.3.0.ebuild b/net-analyzer/driftnet/driftnet-1.3.0.ebuild
16 index e286126f8a0..9134806f0c9 100644
17 --- a/net-analyzer/driftnet/driftnet-1.3.0.ebuild
18 +++ b/net-analyzer/driftnet/driftnet-1.3.0.ebuild
19 @@ -1,8 +1,9 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -inherit autotools fcaps toolchain-funcs
26 +
27 +inherit autotools fcaps
28
29 DESCRIPTION="Watches network traffic and displays media from TCP streams observed"
30 HOMEPAGE="http://www.ex-parrot.com/~chris/driftnet/"