Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/iptables/
Date: Sun, 02 Jun 2019 22:18:46
Message-Id: 1559513734.a14d14065544b84bc9c386c659f9c36164e24e44.whissi@gentoo
1 commit: a14d14065544b84bc9c386c659f9c36164e24e44
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 2 22:15:34 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 2 22:15:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a14d1406
7
8 net-firewall/iptables: fix subslot
9
10 Closes: https://bugs.gentoo.org/687092
11 Package-Manager: Portage-2.3.67, Repoman-2.3.13
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 .../iptables/{iptables-1.8.3.ebuild => iptables-1.8.3-r1.ebuild} | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/net-firewall/iptables/iptables-1.8.3.ebuild b/net-firewall/iptables/iptables-1.8.3-r1.ebuild
18 similarity index 95%
19 rename from net-firewall/iptables/iptables-1.8.3.ebuild
20 rename to net-firewall/iptables/iptables-1.8.3-r1.ebuild
21 index 51b1a40e408..bd4baa71ef0 100644
22 --- a/net-firewall/iptables/iptables-1.8.3.ebuild
23 +++ b/net-firewall/iptables/iptables-1.8.3-r1.ebuild
24 @@ -13,9 +13,9 @@ HOMEPAGE="https://www.netfilter.org/projects/iptables/"
25 SRC_URI="https://www.netfilter.org/projects/iptables/files/${P}.tar.bz2"
26
27 LICENSE="GPL-2"
28 -# Subslot tracks libxtables as that's the one other packages generally link
29 -# against and iptables changes. Will have to revisit if other sonames change.
30 -SLOT="0/12"
31 +# Subslot reflects PV when libxtables and/or libip*tc was changed
32 +# the last time.
33 +SLOT="0/1.8.3"
34 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
35 IUSE="conntrack ipv6 netlink nftables pcap static-libs"