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 4C5301386F3 for ; Wed, 12 Aug 2015 11:18:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79C5FE0801; Wed, 12 Aug 2015 11:18:16 +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 25771E0801 for ; Wed, 12 Aug 2015 11:18:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B24B34073B for ; Wed, 12 Aug 2015 11:18:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B09D4EE for ; Wed, 12 Aug 2015 11:18:11 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1439378242.97b6eda27acc4ee2dac11d4aa4bcdd65a5f76eb1.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/munin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/munin/munin-2.0.25-r1.ebuild X-VCS-Directories: net-analyzer/munin/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 97b6eda27acc4ee2dac11d4aa4bcdd65a5f76eb1 X-VCS-Branch: master Date: Wed, 12 Aug 2015 11:18:11 +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: 974b6e3b-eb53-43f6-80dd-983ad3a90013 X-Archives-Hash: e477b3400d6fd47fd975d4862de4f328 commit: 97b6eda27acc4ee2dac11d4aa4bcdd65a5f76eb1 Author: Justin Lecher gentoo org> AuthorDate: Wed Aug 12 11:17:09 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Aug 12 11:17:22 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b6eda2 net-analyzer/munin: Add missing dependency, bug #557124 Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> net-analyzer/munin/munin-2.0.25-r1.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/net-analyzer/munin/munin-2.0.25-r1.ebuild b/net-analyzer/munin/munin-2.0.25-r1.ebuild index a78dea4..b510b4c 100644 --- a/net-analyzer/munin/munin-2.0.25-r1.ebuild +++ b/net-analyzer/munin/munin-2.0.25-r1.ebuild @@ -46,7 +46,13 @@ DEPEND_COM=" virtual/perl-Time-HiRes apache? ( www-servers/apache[apache2_modules_cgi,apache2_modules_cgid,apache2_modules_rewrite] ) asterisk? ( dev-perl/Net-Telnet ) - cgi? ( dev-perl/FCGI ) + cgi? ( + dev-perl/FCGI + || ( + ( dev-perl/CGI-Fast >=dev-lang/perl-5.22 ) + =net-misc/dhcp-3[server] dev-perl/Net-IP