Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/iptables/
Date: Wed, 18 Oct 2017 06:11:58
Message-Id: 1508307002.fe177ad7b8aa78ca7c81a1f3b8a64d02163b6466.slyfox@gentoo
1 commit: fe177ad7b8aa78ca7c81a1f3b8a64d02163b6466
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 18 05:52:52 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 18 06:10:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe177ad7
7
8 net-firewall/iptables: bind to net-libs/libnftnl and net-libs/libmnl subslots
9
10 Bug: https://bugs.gentoo.org/634604
11 Package-Manager: Portage-2.3.11, Repoman-2.3.3
12
13 .../iptables/{iptables-1.6.1-r1.ebuild => iptables-1.6.1-r2.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-firewall/iptables/iptables-1.6.1-r1.ebuild b/net-firewall/iptables/iptables-1.6.1-r2.ebuild
17 similarity index 98%
18 rename from net-firewall/iptables/iptables-1.6.1-r1.ebuild
19 rename to net-firewall/iptables/iptables-1.6.1-r2.ebuild
20 index 4132b8a7680..0dabfce3fdd 100644
21 --- a/net-firewall/iptables/iptables-1.6.1-r1.ebuild
22 +++ b/net-firewall/iptables/iptables-1.6.1-r2.ebuild
23 @@ -23,8 +23,8 @@ RDEPEND="
24 conntrack? ( >=net-libs/libnetfilter_conntrack-1.0.6 )
25 netlink? ( net-libs/libnfnetlink )
26 nftables? (
27 - >=net-libs/libmnl-1.0
28 - >=net-libs/libnftnl-1.0.5
29 + >=net-libs/libmnl-1.0:0=
30 + >=net-libs/libnftnl-1.0.5:0=
31 )
32 pcap? ( net-libs/libpcap )
33 "