commit: e457b18fe9daebdb38fe996fff69505f19419026 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 2 02:04:23 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 3 15:54:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e457b18f
net-analyzer/driftnet: drop unused toolchain-funcs Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/driftnet/driftnet-1.3.0.ebuild | 5 +++-- 1 file 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 e286126f8a0..9134806f0c9 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/"
