diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:01:24 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:01:24 +0100 |
commit | bc4e54f075ddfa711dd8f69db7771afe8ac9d223 (patch) | |
tree | 3eb20cf14d1b9e83fc7d2a1ccfb9458e5e1d1f8d /net-firewall | |
parent | net-firewall/ipset: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-bc4e54f075ddfa711dd8f69db7771afe8ac9d223.tar.gz gentoo-bc4e54f075ddfa711dd8f69db7771afe8ac9d223.tar.bz2 gentoo-bc4e54f075ddfa711dd8f69db7771afe8ac9d223.zip |
net-firewall/iptables: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/iptables-1.6.1-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/iptables/iptables-1.6.1-r3.ebuild b/net-firewall/iptables/iptables-1.6.1-r3.ebuild index 4202f0fddf74..d8603b1de212 100644 --- a/net-firewall/iptables/iptables-1.6.1-r3.ebuild +++ b/net-firewall/iptables/iptables-1.6.1-r3.ebuild @@ -6,7 +6,7 @@ EAPI="5" # Force users doing their own patches to install their own tools AUTOTOOLS_AUTO_DEPEND=no -inherit eutils multilib systemd toolchain-funcs autotools flag-o-matic usr-ldscript +inherit eutils multilib systemd toolchain-funcs autotools flag-o-matic ltprune usr-ldscript DESCRIPTION="Linux kernel (2.4+) firewall, NAT and packet mangling tools" HOMEPAGE="https://www.netfilter.org/projects/iptables/" |