Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/iptables/
Date: Mon, 30 Jan 2017 09:33:23
Message-Id: 1485768794.3246d8158b52806a3eb2da26ea08fac2c5174539.polynomial-c@gentoo
1 commit: 3246d8158b52806a3eb2da26ea08fac2c5174539
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 30 09:32:57 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 30 09:33:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3246d815
7
8 net-firewall/iptables: Revbump to fix sub-slot
9
10 and libnetfilter_conntrack dependency.
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 .../iptables/{iptables-1.6.1.ebuild => iptables-1.6.1-r1.ebuild} | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-firewall/iptables/iptables-1.6.1.ebuild b/net-firewall/iptables/iptables-1.6.1-r1.ebuild
18 similarity index 97%
19 rename from net-firewall/iptables/iptables-1.6.1.ebuild
20 rename to net-firewall/iptables/iptables-1.6.1-r1.ebuild
21 index 7f94b4a..99ebb3d 100644
22 --- a/net-firewall/iptables/iptables-1.6.1.ebuild
23 +++ b/net-firewall/iptables/iptables-1.6.1-r1.ebuild
24 @@ -16,12 +16,12 @@ SRC_URI="http://www.netfilter.org/projects/iptables/files/${P}.tar.bz2"
25 LICENSE="GPL-2"
26 # Subslot tracks libxtables as that's the one other packages generally link
27 # against and iptables changes. Will have to revisit if other sonames change.
28 -SLOT="0/11"
29 +SLOT="0/12"
30 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
31 IUSE="conntrack ipv6 netlink nftables pcap static-libs"
32
33 RDEPEND="
34 - conntrack? ( net-libs/libnetfilter_conntrack )
35 + conntrack? ( >=net-libs/libnetfilter_conntrack-1.0.6 )
36 netlink? ( net-libs/libnfnetlink )
37 nftables? (
38 >=net-libs/libmnl-1.0