From 2a6af3f75b74e2e70da89a2a334fba5b97af04de Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Mon, 28 Mar 2022 10:29:07 +0300 Subject: net-firewall/ipt_netflow: remove redunant ${S} variable from pkg_setup Closes: https://bugs.gentoo.org/836083 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sergey Popov --- net-firewall/ipt_netflow/ipt_netflow-2.6.ebuild | 4 ++-- net-firewall/ipt_netflow/ipt_netflow-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'net-firewall/ipt_netflow') diff --git a/net-firewall/ipt_netflow/ipt_netflow-2.6.ebuild b/net-firewall/ipt_netflow/ipt_netflow-2.6.ebuild index 4665d475be3d..2340a8abfae7 100644 --- a/net-firewall/ipt_netflow/ipt_netflow-2.6.ebuild +++ b/net-firewall/ipt_netflow/ipt_netflow-2.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -51,7 +51,7 @@ pkg_setup() { fi BUILD_TARGETS="all" - MODULE_NAMES="ipt_NETFLOW(ipt_netflow:${S})" + MODULE_NAMES="ipt_NETFLOW(ipt_netflow)" IPT_LIB="/usr/$(get_libdir)/xtables" linux-mod_pkg_setup diff --git a/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild b/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild index 55047faefa34..986e6de1d7a8 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-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -46,7 +46,7 @@ pkg_setup() { fi BUILD_TARGETS="all" - MODULE_NAMES="ipt_NETFLOW(ipt_netflow:${S})" + MODULE_NAMES="ipt_NETFLOW(ipt_netflow)" IPT_LIB="/usr/$(get_libdir)/xtables" linux-mod_pkg_setup -- cgit v1.2.3-65-gdbad