diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2022-03-28 10:29:07 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2022-03-28 10:30:15 +0300 |
commit | 2a6af3f75b74e2e70da89a2a334fba5b97af04de (patch) | |
tree | 5c5e7a6c3cae869ae7348e5461f7a5ac5282c412 /net-firewall/ipt_netflow | |
parent | sys-libs/zlib: revbump 1.2.12 for configure fix (diff) | |
download | gentoo-2a6af3f75b74e2e70da89a2a334fba5b97af04de.tar.gz gentoo-2a6af3f75b74e2e70da89a2a334fba5b97af04de.tar.bz2 gentoo-2a6af3f75b74e2e70da89a2a334fba5b97af04de.zip |
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 <pinkbyte@gentoo.org>
Diffstat (limited to 'net-firewall/ipt_netflow')
-rw-r--r-- | net-firewall/ipt_netflow/ipt_netflow-2.6.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/ipt_netflow/ipt_netflow-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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 |