net-firewall/iptables: fix subslot
authorThomas Deutschmann <whissi@gentoo.org>
Sun, 2 Jun 2019 22:15:34 +0000 (00:15 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sun, 2 Jun 2019 22:15:34 +0000 (00:15 +0200)
Closes: https://bugs.gentoo.org/687092
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
net-firewall/iptables/iptables-1.8.3-r1.ebuild [moved from net-firewall/iptables/iptables-1.8.3.ebuild with 95% similarity]

similarity index 95%
rename from net-firewall/iptables/iptables-1.8.3.ebuild
rename to net-firewall/iptables/iptables-1.8.3-r1.ebuild
index 51b1a40e408adb126a6394fc373925080401332c..bd4baa71ef07379ba5c070fbb6dc824cfdc90728 100644 (file)
@@ -13,9 +13,9 @@ HOMEPAGE="https://www.netfilter.org/projects/iptables/"
 SRC_URI="https://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/12"
+# Subslot reflects PV when libxtables and/or libip*tc was changed
+# the last time.
+SLOT="0/1.8.3"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
 IUSE="conntrack ipv6 netlink nftables pcap static-libs"