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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5B81215808C for ; Thu, 24 Mar 2022 23:58:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CF04E0828; Thu, 24 Mar 2022 23:58:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07BDDE07EC for ; Thu, 24 Mar 2022 23:58:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EECDE343315 for ; Thu, 24 Mar 2022 23:58:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75863342 for ; Thu, 24 Mar 2022 23:58:43 +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: <1648166260.68c7fb1180a23ab70eff30197abe2020b82f4777.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nfdump/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nfdump/nfdump-1.6.23-r1.ebuild X-VCS-Directories: net-analyzer/nfdump/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 68c7fb1180a23ab70eff30197abe2020b82f4777 X-VCS-Branch: master Date: Thu, 24 Mar 2022 23:58:43 +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: d3fd154a-2c61-446a-ad6b-0d578219da63 X-Archives-Hash: 6d1ec6a1c53585a8b7175c6d0cc5b19e commit: 68c7fb1180a23ab70eff30197abe2020b82f4777 Author: Sam James gentoo org> AuthorDate: Thu Mar 24 23:57:40 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 24 23:57:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68c7fb11 net-analyzer/nfdump: drop unnecessary --disable-static in -r1 EAPI 8 does this for us. Signed-off-by: Sam James gentoo.org> net-analyzer/nfdump/nfdump-1.6.23-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-analyzer/nfdump/nfdump-1.6.23-r1.ebuild b/net-analyzer/nfdump/nfdump-1.6.23-r1.ebuild index 198f7e8eb909..34bb2bd90adb 100644 --- a/net-analyzer/nfdump/nfdump-1.6.23-r1.ebuild +++ b/net-analyzer/nfdump/nfdump-1.6.23-r1.ebuild @@ -66,8 +66,7 @@ src_configure() { $(use_enable jnat) \ $(use_enable nsel) \ $(use_enable readpcap) \ - $(use_enable sflow) \ - --disable-static + $(use_enable sflow) } src_install() {