diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-04 23:38:05 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-04 23:40:40 +0300 |
commit | 2c1c4debf4609ae6f5c55437c6bc6704355e4714 (patch) | |
tree | a1a1601023a1a3ad5522582b317dba1cf52e52b1 /net-firewall | |
parent | net-libs/libnetfilter_conntrack: amd64 stable wrt bug #641228 (diff) | |
download | gentoo-2c1c4debf4609ae6f5c55437c6bc6704355e4714.tar.gz gentoo-2c1c4debf4609ae6f5c55437c6bc6704355e4714.tar.bz2 gentoo-2c1c4debf4609ae6f5c55437c6bc6704355e4714.zip |
net-firewall/iptables: amd64 stable wrt bug #641228
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/iptables-1.6.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/iptables/iptables-1.6.1-r2.ebuild b/net-firewall/iptables/iptables-1.6.1-r2.ebuild index 76beca4e7d98..ffd019dcc6de 100644 --- a/net-firewall/iptables/iptables-1.6.1-r2.ebuild +++ b/net-firewall/iptables/iptables-1.6.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -16,7 +16,7 @@ LICENSE="GPL-2" # Subslot tracks libxtables as that's the one other packages generally link # against and iptables changes. Will have to revisit if other sonames change. SLOT="0/12" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86" IUSE="conntrack ipv6 netlink nftables pcap static-libs" RDEPEND=" |