net-firewall/iptables: add subslot to track libxtables #489882
authorMike Frysinger <vapier@gentoo.org>
Fri, 14 Aug 2015 09:16:05 +0000 (05:16 -0400)
committerMike Frysinger <vapier@gentoo.org>
Fri, 14 Aug 2015 09:28:27 +0000 (05:28 -0400)
net-firewall/iptables/iptables-1.4.21-r2.ebuild

index eaba4222c29f93d5e83b98de0e04a2aafd5ff592..619d8439bb6c239caf1e7786c7bdeae39c93cdec 100644 (file)
@@ -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"