diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-08-14 05:16:05 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-08-14 05:28:27 -0400 |
commit | 6586bd5ff10f807d89b4c6dbaabae7752dc0f1bc (patch) | |
tree | a044f3be1198ce5871285c7d16913cf7a49cd04b /net-firewall | |
parent | net-firewall/iptables: init: use -w when running iptables #501710 (diff) | |
download | gentoo-6586bd5ff10f807d89b4c6dbaabae7752dc0f1bc.tar.gz gentoo-6586bd5ff10f807d89b4c6dbaabae7752dc0f1bc.tar.bz2 gentoo-6586bd5ff10f807d89b4c6dbaabae7752dc0f1bc.zip |
net-firewall/iptables: add subslot to track libxtables #489882
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/iptables-1.4.21-r2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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" |