From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EEE151396DA for ; Wed, 18 Oct 2017 06:11:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C432E0E92; Wed, 18 Oct 2017 06:11:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18842E0E92 for ; Wed, 18 Oct 2017 06:11:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C5D4340806 for ; Wed, 18 Oct 2017 06:11:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAE63824 for ; Wed, 18 Oct 2017 06:11:55 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1508307002.fe177ad7b8aa78ca7c81a1f3b8a64d02163b6466.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/iptables/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/iptables/iptables-1.6.1-r1.ebuild net-firewall/iptables/iptables-1.6.1-r2.ebuild X-VCS-Directories: net-firewall/iptables/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: fe177ad7b8aa78ca7c81a1f3b8a64d02163b6466 X-VCS-Branch: master Date: Wed, 18 Oct 2017 06:11:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9c60f3e5-1346-4ec4-bf5c-c028373b3b13 X-Archives-Hash: f2750fc93ea4daee1d0da8e9228cd400 commit: fe177ad7b8aa78ca7c81a1f3b8a64d02163b6466 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Oct 18 05:52:52 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Oct 18 06:10:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe177ad7 net-firewall/iptables: bind to net-libs/libnftnl and net-libs/libmnl subslots Bug: https://bugs.gentoo.org/634604 Package-Manager: Portage-2.3.11, Repoman-2.3.3 .../iptables/{iptables-1.6.1-r1.ebuild => iptables-1.6.1-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-firewall/iptables/iptables-1.6.1-r1.ebuild b/net-firewall/iptables/iptables-1.6.1-r2.ebuild similarity index 98% rename from net-firewall/iptables/iptables-1.6.1-r1.ebuild rename to net-firewall/iptables/iptables-1.6.1-r2.ebuild index 4132b8a7680..0dabfce3fdd 100644 --- a/net-firewall/iptables/iptables-1.6.1-r1.ebuild +++ b/net-firewall/iptables/iptables-1.6.1-r2.ebuild @@ -23,8 +23,8 @@ RDEPEND=" conntrack? ( >=net-libs/libnetfilter_conntrack-1.0.6 ) netlink? ( net-libs/libnfnetlink ) nftables? ( - >=net-libs/libmnl-1.0 - >=net-libs/libnftnl-1.0.5 + >=net-libs/libmnl-1.0:0= + >=net-libs/libnftnl-1.0.5:0= ) pcap? ( net-libs/libpcap ) "