summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-02 03:04:23 +0100
committerSam James <sam@gentoo.org>2021-04-03 16:54:56 +0100
commite457b18fe9daebdb38fe996fff69505f19419026 (patch)
tree457620e70b6af8fd47a5587478d4d7da4c838c57 /net-analyzer/driftnet
parentnet-analyzer/dhcpdump: port to EAPI 7 (diff)
downloadgentoo-e457b18fe9daebdb38fe996fff69505f19419026.tar.gz
gentoo-e457b18fe9daebdb38fe996fff69505f19419026.tar.bz2
gentoo-e457b18fe9daebdb38fe996fff69505f19419026.zip
net-analyzer/driftnet: drop unused toolchain-funcs
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/driftnet')
-rw-r--r--net-analyzer/driftnet/driftnet-1.3.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/driftnet/driftnet-1.3.0.ebuild b/net-analyzer/driftnet/driftnet-1.3.0.ebuild
index e286126f8a0c..9134806f0c99 100644
--- a/net-analyzer/driftnet/driftnet-1.3.0.ebuild
+++ b/net-analyzer/driftnet/driftnet-1.3.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools fcaps toolchain-funcs
+
+inherit autotools fcaps
DESCRIPTION="Watches network traffic and displays media from TCP streams observed"
HOMEPAGE="http://www.ex-parrot.com/~chris/driftnet/"