From: Mike Frysinger Date: Fri, 14 Aug 2015 09:16:05 +0000 (-0400) Subject: net-firewall/iptables: add subslot to track libxtables #489882 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6586bd5ff10f807d89b4c6dbaabae7752dc0f1bc;p=gentoo.git net-firewall/iptables: add subslot to track libxtables #489882 --- diff --git a/net-firewall/iptables/iptables-1.4.21-r2.ebuild b/net-firewall/iptables/iptables-1.4.21-r2.ebuild index eaba4222c29f..619d8439bb6c 100644 --- a/net-firewall/iptables/iptables-1.4.21-r2.ebuild +++ b/net-firewall/iptables/iptables-1.4.21-r2.ebuild @@ -14,7 +14,9 @@ HOMEPAGE="http://www.netfilter.org/projects/iptables/" SRC_URI="http://www.netfilter.org/projects/iptables/files/${P}.tar.bz2" LICENSE="GPL-2" -SLOT="0" +# 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/10" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="conntrack ipv6 netlink pcap static-libs"