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 927AF58973 for ; Fri, 22 Jan 2016 12:02:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D339221C006; Fri, 22 Jan 2016 12:02:39 +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 7C6A521C006 for ; Fri, 22 Jan 2016 12:02:39 +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 7AA3C340766 for ; Fri, 22 Jan 2016 12:02:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06982A91 for ; Fri, 22 Jan 2016 12:02:36 +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: <1453464077.191c8ac2f49e80edc01761208d570363e041adf1.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: 191c8ac2f49e80edc01761208d570363e041adf1 X-VCS-Branch: master Date: Fri, 22 Jan 2016 12:02:36 +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: 77d97890-5e1e-46cd-9602-c8b6db689b57 X-Archives-Hash: d01172e525ddd1c0272b5ed9a2e9c98c commit: 191c8ac2f49e80edc01761208d570363e041adf1 Author: Alon Bar-Lev gentoo org> AuthorDate: Fri Jan 22 12:01:17 2016 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Fri Jan 22 12:01:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191c8ac2 net-firewall/firehol: add traceroute dependency Bug: 572598 Package-Manager: portage-2.2.26 net-firewall/firehol/firehol-3.0.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-firewall/firehol/firehol-3.0.1.ebuild b/net-firewall/firehol/firehol-3.0.1.ebuild index f5fc8df..825b6a2 100644 --- a/net-firewall/firehol/firehol-3.0.1.ebuild +++ b/net-firewall/firehol/firehol-3.0.1.ebuild @@ -17,6 +17,7 @@ KEYWORDS="~amd64" RDEPEND="net-firewall/iptables sys-apps/iproute2[-minimal] net-misc/iprange + net-analyzer/traceroute virtual/modutils app-arch/gzip" DEPEND="${RDEPEND}"