diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-01-30 10:32:57 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-01-30 10:33:14 +0100 |
commit | 3246d8158b52806a3eb2da26ea08fac2c5174539 (patch) | |
tree | 3c3b8b285035d81420febbbfeb6996a7a81e7820 /net-firewall/iptables | |
parent | sys-auth/pam-csync: EAPI 6 (diff) | |
download | gentoo-3246d8158b52806a3eb2da26ea08fac2c5174539.tar.gz gentoo-3246d8158b52806a3eb2da26ea08fac2c5174539.tar.bz2 gentoo-3246d8158b52806a3eb2da26ea08fac2c5174539.zip |
net-firewall/iptables: Revbump to fix sub-slot
and libnetfilter_conntrack dependency.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r-- | net-firewall/iptables/iptables-1.6.1-r1.ebuild (renamed from net-firewall/iptables/iptables-1.6.1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/iptables/iptables-1.6.1.ebuild b/net-firewall/iptables/iptables-1.6.1-r1.ebuild index 7f94b4aecdc4..99ebb3d9ac8e 100644 --- a/net-firewall/iptables/iptables-1.6.1.ebuild +++ b/net-firewall/iptables/iptables-1.6.1-r1.ebuild @@ -16,12 +16,12 @@ SRC_URI="http://www.netfilter.org/projects/iptables/files/${P}.tar.bz2" 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/11" +SLOT="0/12" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="conntrack ipv6 netlink nftables pcap static-libs" RDEPEND=" - conntrack? ( net-libs/libnetfilter_conntrack ) + conntrack? ( >=net-libs/libnetfilter_conntrack-1.0.6 ) netlink? ( net-libs/libnfnetlink ) nftables? ( >=net-libs/libmnl-1.0 |