From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1164642-garchives=archives.gentoo.org@lists.gentoo.org> 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 1CD2B138350 for <garchives@archives.gentoo.org>; Fri, 24 Apr 2020 07:35:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66606E0B42; Fri, 24 Apr 2020 07:35:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 17F29E0B42 for <gentoo-commits@lists.gentoo.org>; Fri, 24 Apr 2020 07:35:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2A09034F2A4 for <gentoo-commits@lists.gentoo.org>; Fri, 24 Apr 2020 07:35:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF0291EB for <gentoo-commits@lists.gentoo.org>; Fri, 24 Apr 2020 07:35:09 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org> Message-ID: <1587713707.357b104bd4dc416b7ef367785ed41d92d015e2fb.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ipt_netflow/, net-firewall/ipt_netflow/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/ipt_netflow/files/ipt_netflow-9999-flags.patch net-firewall/ipt_netflow/files/ipt_netflow-9999-gentoo.patch net-firewall/ipt_netflow/ipt_netflow-9999.ebuild X-VCS-Directories: net-firewall/ipt_netflow/ net-firewall/ipt_netflow/files/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 357b104bd4dc416b7ef367785ed41d92d015e2fb X-VCS-Branch: master Date: Fri, 24 Apr 2020 07:35:09 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 58b7268f-8cd8-4106-b7da-c39bf94a3332 X-Archives-Hash: f5fb5bb43ae292aacb1f66b5c082f260 commit: 357b104bd4dc416b7ef367785ed41d92d015e2fb Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Fri Apr 24 07:34:25 2020 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Fri Apr 24 07:35:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=357b104b net-firewall/ipt_netflow: Rename patch Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> .../{ipt_netflow-9999-flags.patch => ipt_netflow-9999-gentoo.patch} | 0 net-firewall/ipt_netflow/ipt_netflow-9999.ebuild | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-firewall/ipt_netflow/files/ipt_netflow-9999-flags.patch b/net-firewall/ipt_netflow/files/ipt_netflow-9999-gentoo.patch similarity index 100% rename from net-firewall/ipt_netflow/files/ipt_netflow-9999-flags.patch rename to net-firewall/ipt_netflow/files/ipt_netflow-9999-gentoo.patch diff --git a/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild b/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild index 06411e1ae6d..b0382acd22d 100644 --- a/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild +++ b/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} " PATCHES=( "${FILESDIR}/${PN}-2.0-configure.patch" # bug #455984 - "${FILESDIR}/${PN}-9999-flags.patch" + "${FILESDIR}/${PN}-9999-gentoo.patch" ) pkg_setup() {