diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-07-28 18:25:26 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-07-28 18:25:26 +0200 |
commit | 8489bdab47d1427c3da220b626b2c785723b36c3 (patch) | |
tree | f45531a88c73e98fe65bd98816d483df439baf79 /net-analyzer | |
parent | virtual/freedesktop-icon-theme: add x11-themes/elementary-xfce-icon-theme to ... (diff) | |
download | gentoo-8489bdab47d1427c3da220b626b2c785723b36c3.tar.gz gentoo-8489bdab47d1427c3da220b626b2c785723b36c3.tar.bz2 gentoo-8489bdab47d1427c3da220b626b2c785723b36c3.zip |
net-analyzer/munin: add dependency for LDAP support
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/munin/munin-2.0.33-r1.ebuild | 3 |
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? ( |