Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/munin/
Date: Fri, 28 Jul 2017 16:25:56
Message-Id: 1501259126.8489bdab47d1427c3da220b626b2c785723b36c3.graaff@gentoo
1 commit: 8489bdab47d1427c3da220b626b2c785723b36c3
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 28 16:25:26 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 28 16:25:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8489bdab
7
8 net-analyzer/munin: add dependency for LDAP support
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 net-analyzer/munin/munin-2.0.33-r1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/munin/munin-2.0.33-r1.ebuild b/net-analyzer/munin/munin-2.0.33-r1.ebuild
16 index 6ab07a42f8a..0dcf612bd59 100644
17 --- a/net-analyzer/munin/munin-2.0.33-r1.ebuild
18 +++ b/net-analyzer/munin/munin-2.0.33-r1.ebuild
19 @@ -18,7 +18,7 @@ SRC_URI="
20 LICENSE="GPL-2"
21 SLOT="0"
22 KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
23 -IUSE="asterisk irc java memcached minimal mysql postgres selinux ssl test cgi ipv6 syslog ipmi http dhcpd doc apache2"
24 +IUSE="asterisk irc java ldap memcached minimal mysql postgres selinux ssl test cgi ipv6 syslog ipmi http dhcpd doc apache2"
25 REQUIRED_USE="cgi? ( !minimal ) apache2? ( cgi )"
26
27 # Upstream's listing of required modules is NOT correct!
28 @@ -57,6 +57,7 @@ DEPEND_COM="
29 doc? ( dev-python/sphinx )
30 http? ( dev-perl/libwww-perl )
31 irc? ( dev-perl/Net-IRC )
32 + ldap? ( dev-perl/perl-ldap )
33 kernel_linux? ( sys-process/procps )
34 memcached? ( dev-perl/Cache-Memcached )
35 mysql? (