diff options
author | Sam James <sam@gentoo.org> | 2021-09-02 22:28:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-03 00:52:10 +0100 |
commit | f8e8198bae3ce54d5851d98b055b5729d848bd52 (patch) | |
tree | caa31981bec9ae4ac40afc60f9500aa930e285c1 /net-firewall | |
parent | net-dialup/rp-pppoe: [QA] fix UnusedInherits (diff) | |
download | gentoo-f8e8198bae3ce54d5851d98b055b5729d848bd52.tar.gz gentoo-f8e8198bae3ce54d5851d98b055b5729d848bd52.tar.bz2 gentoo-f8e8198bae3ce54d5851d98b055b5729d848bd52.zip |
net-firewall/iptables: [QA] fix UnusedInherits
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/iptables-1.8.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/iptables/iptables-1.8.7.ebuild b/net-firewall/iptables/iptables-1.8.7.ebuild index 079e1fb2cbaf..2aa7363c4145 100644 --- a/net-firewall/iptables/iptables-1.8.7.ebuild +++ b/net-firewall/iptables/iptables-1.8.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit multilib systemd toolchain-funcs autotools flag-o-matic usr-ldscript +inherit systemd toolchain-funcs autotools flag-o-matic usr-ldscript DESCRIPTION="Linux kernel (2.4+) firewall, NAT and packet mangling tools" HOMEPAGE="https://www.netfilter.org/projects/iptables/" |