summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-09-02 22:28:50 +0100
committerSam James <sam@gentoo.org>2021-09-03 00:52:10 +0100
commitf8e8198bae3ce54d5851d98b055b5729d848bd52 (patch)
treecaa31981bec9ae4ac40afc60f9500aa930e285c1 /net-firewall
parentnet-dialup/rp-pppoe: [QA] fix UnusedInherits (diff)
downloadgentoo-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.ebuild2
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/"