diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-12-12 19:31:05 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-12-12 19:31:05 +0000 |
commit | 0d232326ae5e9642681623e2f077ddb363b50fa3 (patch) | |
tree | 049d90ffba1a383941db2853b2e25c6d054c7290 /net-firewall | |
parent | net-firewall/iptables: Stabilize 1.8.11 x86, #946309 (diff) | |
download | gentoo-0d232326ae5e9642681623e2f077ddb363b50fa3.tar.gz gentoo-0d232326ae5e9642681623e2f077ddb363b50fa3.tar.bz2 gentoo-0d232326ae5e9642681623e2f077ddb363b50fa3.zip |
net-firewall/iptables: Stabilize 1.8.11 ppc, #946309
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/iptables-1.8.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/iptables/iptables-1.8.11.ebuild b/net-firewall/iptables/iptables-1.8.11.ebuild index 03feeb0054ea..b591f2c31fe3 100644 --- a/net-firewall/iptables/iptables-1.8.11.ebuild +++ b/net-firewall/iptables/iptables-1.8.11.ebuild @@ -13,7 +13,7 @@ LICENSE="GPL-2" # Subslot reflects PV when libxtables and/or libip*tc was changed # the last time. SLOT="0/1.8.3" -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86" IUSE="conntrack netlink nftables pcap static-libs test" RESTRICT="!test? ( test )" # TODO: skip tests needing nftables if no xtables-nft-multi (bug #890628) |