From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 003351382C5 for ; Sat, 3 Apr 2021 15:57:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A527E08EB; Sat, 3 Apr 2021 15:57:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0533EE08EB for ; Sat, 3 Apr 2021 15:57:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80E57340B98 for ; Sat, 3 Apr 2021 15:57:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E128C63C for ; Sat, 3 Apr 2021 15:57:15 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617465296.e457b18fe9daebdb38fe996fff69505f19419026.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/driftnet/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/driftnet/driftnet-1.3.0.ebuild X-VCS-Directories: net-analyzer/driftnet/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e457b18fe9daebdb38fe996fff69505f19419026 X-VCS-Branch: master Date: Sat, 3 Apr 2021 15:57:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8ec96077-d194-4264-90c6-42a6ac2cae61 X-Archives-Hash: 1abce770eff1207985c831fa89bf4809 commit: e457b18fe9daebdb38fe996fff69505f19419026 Author: Sam James gentoo org> AuthorDate: Fri Apr 2 02:04:23 2021 +0000 Commit: Sam James gentoo 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 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/"