diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-06-03 00:15:34 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-06-03 00:15:34 +0200 |
commit | a14d14065544b84bc9c386c659f9c36164e24e44 (patch) | |
tree | 80f9c6e034567174472a1475f08d946ffc76021e /net-firewall | |
parent | net-print/cups: stable 2.2.11 for sparc, bug #672742 (diff) | |
download | gentoo-a14d14065544b84bc9c386c659f9c36164e24e44.tar.gz gentoo-a14d14065544b84bc9c386c659f9c36164e24e44.tar.bz2 gentoo-a14d14065544b84bc9c386c659f9c36164e24e44.zip |
net-firewall/iptables: fix subslot
Closes: https://bugs.gentoo.org/687092
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/iptables-1.8.3-r1.ebuild (renamed from net-firewall/iptables/iptables-1.8.3.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-firewall/iptables/iptables-1.8.3.ebuild b/net-firewall/iptables/iptables-1.8.3-r1.ebuild index 51b1a40e408a..bd4baa71ef07 100644 --- a/net-firewall/iptables/iptables-1.8.3.ebuild +++ b/net-firewall/iptables/iptables-1.8.3-r1.ebuild @@ -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" |