net-firewall/iptables: Revbump to fix sub-slot
authorLars Wendler <polynomial-c@gentoo.org>
Mon, 30 Jan 2017 09:32:57 +0000 (10:32 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Mon, 30 Jan 2017 09:33:14 +0000 (10:33 +0100)
and libnetfilter_conntrack dependency.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

net-firewall/iptables/iptables-1.6.1-r1.ebuild [moved from net-firewall/iptables/iptables-1.6.1.ebuild with 97% similarity]

similarity index 97%
rename from net-firewall/iptables/iptables-1.6.1.ebuild
rename to net-firewall/iptables/iptables-1.6.1-r1.ebuild
index 7f94b4aecdc467923cd61579c804195159975516..99ebb3d9ac8e0b41c98c5a89362caee8368541ad 100644 (file)
@@ -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