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: Sun, 05 Jan 2020 09:14:04
Message-Id: 1578215208.1985458fb5a634347c56acedd9c1f912334f0a89.graaff@gentoo
1 commit: 1985458fb5a634347c56acedd9c1f912334f0a89
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 5 09:06:48 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 5 09:06:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1985458f
7
8 net-analyzer/munin: add missing dep on munin-async user
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 net-analyzer/munin/munin-2.0.52-r1.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/net-analyzer/munin/munin-2.0.52-r1.ebuild b/net-analyzer/munin/munin-2.0.52-r1.ebuild
17 index 99acb538fe3..80f46fab896 100644
18 --- a/net-analyzer/munin/munin-2.0.52-r1.ebuild
19 +++ b/net-analyzer/munin/munin-2.0.52-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -28,6 +28,7 @@ RESTRICT="!test? ( test )"
27 # We replace the original ipmi plugins with the freeipmi_ plugin which at least works.
28 DEPEND_COM="
29 acct-user/munin
30 + acct-user/munin-async
31 acct-group/munin
32 dev-lang/perl:=[berkdb]
33 dev-perl/DBI