summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2017-07-28 18:25:26 +0200
committerHans de Graaff <graaff@gentoo.org>2017-07-28 18:25:26 +0200
commit8489bdab47d1427c3da220b626b2c785723b36c3 (patch)
treef45531a88c73e98fe65bd98816d483df439baf79
parentvirtual/freedesktop-icon-theme: add x11-themes/elementary-xfce-icon-theme to ... (diff)
downloadgentoo-8489bdab.tar.gz
gentoo-8489bdab.tar.bz2
gentoo-8489bdab.zip
net-analyzer/munin: add dependency for LDAP support
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r--net-analyzer/munin/munin-2.0.33-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/munin/munin-2.0.33-r1.ebuild b/net-analyzer/munin/munin-2.0.33-r1.ebuild
index 6ab07a42f8a1..0dcf612bd59b 100644
--- a/net-analyzer/munin/munin-2.0.33-r1.ebuild
+++ b/net-analyzer/munin/munin-2.0.33-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
-IUSE="asterisk irc java memcached minimal mysql postgres selinux ssl test cgi ipv6 syslog ipmi http dhcpd doc apache2"
+IUSE="asterisk irc java ldap memcached minimal mysql postgres selinux ssl test cgi ipv6 syslog ipmi http dhcpd doc apache2"
REQUIRED_USE="cgi? ( !minimal ) apache2? ( cgi )"
# Upstream's listing of required modules is NOT correct!
@@ -57,6 +57,7 @@ DEPEND_COM="
doc? ( dev-python/sphinx )
http? ( dev-perl/libwww-perl )
irc? ( dev-perl/Net-IRC )
+ ldap? ( dev-perl/perl-ldap )
kernel_linux? ( sys-process/procps )
memcached? ( dev-perl/Cache-Memcached )
mysql? (