From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D206058973 for ; Fri, 22 Jan 2016 12:15:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA56D21C006; Fri, 22 Jan 2016 12:15:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4ACF021C006 for ; Fri, 22 Jan 2016 12:15:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F8543407B8 for ; Fri, 22 Jan 2016 12:15:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 299C61017 for ; Fri, 22 Jan 2016 12:15:13 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1453464896.e046aeac147a4a369bc38d483caedc485a5508d9.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firehol/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/firehol/firehol-3.0.1.ebuild X-VCS-Directories: net-firewall/firehol/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: e046aeac147a4a369bc38d483caedc485a5508d9 X-VCS-Branch: master Date: Fri, 22 Jan 2016 12:15:13 +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: 67ff52fc-fc52-4076-b940-7e62b171ec21 X-Archives-Hash: 2eda5fe1f58f4b965d818d8de6549e32 commit: e046aeac147a4a369bc38d483caedc485a5508d9 Author: Alon Bar-Lev gentoo org> AuthorDate: Fri Jan 22 12:14:12 2016 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Fri Jan 22 12:14:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e046aeac net-firewall/firehol: fix more dependnecies Package-Manager: portage-2.2.26 net-firewall/firehol/firehol-3.0.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-firewall/firehol/firehol-3.0.1.ebuild b/net-firewall/firehol/firehol-3.0.1.ebuild index 825b6a2..0de3c98 100644 --- a/net-firewall/firehol/firehol-3.0.1.ebuild +++ b/net-firewall/firehol/firehol-3.0.1.ebuild @@ -15,7 +15,8 @@ IUSE="doc ipv6" KEYWORDS="~amd64" RDEPEND="net-firewall/iptables - sys-apps/iproute2[-minimal] + sys-apps/iproute2[-minimal,ipv6?] + net-misc/iputils[ipv6?] net-misc/iprange net-analyzer/traceroute virtual/modutils