Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ipt_netflow/, net-firewall/ipt_netflow/files/
Date: Fri, 24 Apr 2020 07:35:13
Message-Id: 1587713707.357b104bd4dc416b7ef367785ed41d92d015e2fb.jer@gentoo
1 commit: 357b104bd4dc416b7ef367785ed41d92d015e2fb
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 24 07:34:25 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 24 07:35:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=357b104b
7
8 net-firewall/ipt_netflow: Rename patch
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 .../{ipt_netflow-9999-flags.patch => ipt_netflow-9999-gentoo.patch} | 0
14 net-firewall/ipt_netflow/ipt_netflow-9999.ebuild | 4 ++--
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-firewall/ipt_netflow/files/ipt_netflow-9999-flags.patch b/net-firewall/ipt_netflow/files/ipt_netflow-9999-gentoo.patch
18 similarity index 100%
19 rename from net-firewall/ipt_netflow/files/ipt_netflow-9999-flags.patch
20 rename to net-firewall/ipt_netflow/files/ipt_netflow-9999-gentoo.patch
21
22 diff --git a/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild b/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild
23 index 06411e1ae6d..b0382acd22d 100644
24 --- a/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild
25 +++ b/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2019 Gentoo Authors
28 +# Copyright 1999-2020 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=7
32 @@ -27,7 +27,7 @@ DEPEND="${RDEPEND}
33 "
34 PATCHES=(
35 "${FILESDIR}/${PN}-2.0-configure.patch" # bug #455984
36 - "${FILESDIR}/${PN}-9999-flags.patch"
37 + "${FILESDIR}/${PN}-9999-gentoo.patch"
38 )
39
40 pkg_setup() {