summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2012-10-25 18:52:48 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2012-10-25 18:52:48 +0000
commit8d704b2bc8990477ddff9fae45209a5272b4b944 (patch)
tree6142f997145f84ec5d3608de9f7d79a98535a447 /net-analyzer/munin
parentFix typo on media-libs/gstreamer slot. (diff)
downloadgentoo-2-8d704b2bc8990477ddff9fae45209a5272b4b944.tar.gz
gentoo-2-8d704b2bc8990477ddff9fae45209a5272b4b944.tar.bz2
gentoo-2-8d704b2bc8990477ddff9fae45209a5272b4b944.zip
Add a dependency over virtual/ssh for non-minimal installs (it's used by pkg_config), and require berkdb USE flag enabled on Perl (required for munin-asyncd).
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'net-analyzer/munin')
-rw-r--r--net-analyzer/munin/ChangeLog7
-rw-r--r--net-analyzer/munin/munin-2.0.7-r5.ebuild5
2 files changed, 9 insertions, 3 deletions
diff --git a/net-analyzer/munin/ChangeLog b/net-analyzer/munin/ChangeLog
index 3349070bd791..95fa56afc35a 100644
--- a/net-analyzer/munin/ChangeLog
+++ b/net-analyzer/munin/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/munin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.116 2012/10/22 04:17:11 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.117 2012/10/25 18:52:48 flameeyes Exp $
+
+ 25 Oct 2012; Diego E. Pettenò <flameeyes@gentoo.org> munin-2.0.7-r5.ebuild:
+ Add a dependency over virtual/ssh for non-minimal installs (it's used by
+ pkg_config), and require berkdb USE flag enabled on Perl (required for munin-
+ asyncd).
22 Oct 2012; Diego E. Pettenò <flameeyes@gentoo.org>
files/munin-asyncd.init.2:
diff --git a/net-analyzer/munin/munin-2.0.7-r5.ebuild b/net-analyzer/munin/munin-2.0.7-r5.ebuild
index c4f9c4026d80..d6772343eee4 100644
--- a/net-analyzer/munin/munin-2.0.7-r5.ebuild
+++ b/net-analyzer/munin/munin-2.0.7-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.7-r5.ebuild,v 1.1 2012/10/22 01:57:41 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.7-r5.ebuild,v 1.2 2012/10/25 18:52:48 flameeyes Exp $
EAPI=4
@@ -25,7 +25,7 @@ REQUIRED_USE="cgi? ( !minimal )"
# Some of the postgres plugins use DBD::Pg, while others call psql directly.
# Some of the mysql plugins use DBD::mysql, while others call mysqladmin directly.
# We replace the original ipmi plugins with the freeipmi_ plugin which at least works.
-DEPEND_COM="dev-lang/perl
+DEPEND_COM="dev-lang/perl[berkdb]
sys-process/procps
doc? ( dev-python/sphinx )
asterisk? ( dev-perl/Net-Telnet )
@@ -63,6 +63,7 @@ DEPEND_COM="dev-lang/perl
dev-perl/IO-Socket-INET6
dev-perl/URI
>=net-analyzer/rrdtool-1.3[perl]
+ virtual/ssh
)"
# Keep this seperate, as previous versions have had other deps here