diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-04-24 09:34:25 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-04-24 09:35:07 +0200 |
commit | 357b104bd4dc416b7ef367785ed41d92d015e2fb (patch) | |
tree | 54e0fd2c73439b3febb02fa56e1ce94c3e6a83e1 /net-firewall/ipt_netflow | |
parent | net-firewall/ipt_netflow: Version 2.5 (diff) | |
download | gentoo-357b104bd4dc416b7ef367785ed41d92d015e2fb.tar.gz gentoo-357b104bd4dc416b7ef367785ed41d92d015e2fb.tar.bz2 gentoo-357b104bd4dc416b7ef367785ed41d92d015e2fb.zip |
net-firewall/ipt_netflow: Rename patch
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-firewall/ipt_netflow')
-rw-r--r-- | net-firewall/ipt_netflow/files/ipt_netflow-9999-gentoo.patch (renamed from net-firewall/ipt_netflow/files/ipt_netflow-9999-flags.patch) | 0 | ||||
-rw-r--r-- | 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 index 675e8b16f725..675e8b16f725 100644 --- a/net-firewall/ipt_netflow/files/ipt_netflow-9999-flags.patch +++ b/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 06411e1ae6d9..b0382acd22dc 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() { |