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 CD4B51382C5 for ; Wed, 10 Mar 2021 01:24:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58C72E0869; Wed, 10 Mar 2021 01:24:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 416D1E0869 for ; Wed, 10 Mar 2021 01:24:30 +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 4B6C1340D2A for ; Wed, 10 Mar 2021 01:24:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E9DD5BA for ; Wed, 10 Mar 2021 01:24:25 +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: <1615339048.4a82baeb81975640ef3840783cf979b94a178a99.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ipt_netflow/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/ipt_netflow/ipt_netflow-2.5.1-r1.ebuild net-firewall/ipt_netflow/ipt_netflow-9999.ebuild X-VCS-Directories: net-firewall/ipt_netflow/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4a82baeb81975640ef3840783cf979b94a178a99 X-VCS-Branch: master Date: Wed, 10 Mar 2021 01:24:25 +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: 66a341dc-0920-4d6f-b668-49c7a9a5c561 X-Archives-Hash: 218675d14c455b8bab6a3c7737be83bb commit: 4a82baeb81975640ef3840783cf979b94a178a99 Author: Sam James gentoo org> AuthorDate: Wed Mar 10 01:17:28 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 10 01:17:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a82baeb net-firewall/ipt_netflow: BDEPEND for EAPI 7 Signed-off-by: Sam James gentoo.org> net-firewall/ipt_netflow/ipt_netflow-2.5.1-r1.ebuild | 7 +++++-- net-firewall/ipt_netflow/ipt_netflow-9999.ebuild | 9 +++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/net-firewall/ipt_netflow/ipt_netflow-2.5.1-r1.ebuild b/net-firewall/ipt_netflow/ipt_netflow-2.5.1-r1.ebuild index d64a581002f..bf18a5d0083 100644 --- a/net-firewall/ipt_netflow/ipt_netflow-2.5.1-r1.ebuild +++ b/net-firewall/ipt_netflow/ipt_netflow-2.5.1-r1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit linux-info linux-mod toolchain-funcs DESCRIPTION="Netflow iptables module" @@ -21,10 +22,12 @@ RDEPEND=" net-firewall/iptables:0= snmp? ( net-analyzer/net-snmp ) " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" virtual/linux-sources virtual/pkgconfig " + PATCHES=( "${FILESDIR}/${PN}-2.0-configure.patch" # bug #455984 "${FILESDIR}/${PN}-2.5-gentoo.patch" diff --git a/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild b/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild index d4305e2fc5c..55047faefa3 100644 --- a/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild +++ b/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit git-r3 linux-info linux-mod toolchain-funcs DESCRIPTION="Netflow iptables module" @@ -13,18 +14,18 @@ EGIT_REPO_URI="https://github.com/aabc/ipt-netflow" LICENSE="GPL-2" SLOT="0" -KEYWORDS="" - IUSE="debug natevents snmp" RDEPEND=" net-firewall/iptables:0= snmp? ( net-analyzer/net-snmp ) " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" virtual/linux-sources virtual/pkgconfig " + PATCHES=( "${FILESDIR}/${PN}-2.0-configure.patch" # bug #455984 "${FILESDIR}/${PN}-9999-gentoo.patch"