diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-01-05 10:06:48 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-01-05 10:06:48 +0100 |
commit | 1985458fb5a634347c56acedd9c1f912334f0a89 (patch) | |
tree | 0993af76143cef62aea2754862097faa5b3fb1ca /net-analyzer/munin | |
parent | dev-ruby/rdoc: cleanup for bug 693028 (diff) | |
download | gentoo-1985458fb5a634347c56acedd9c1f912334f0a89.tar.gz gentoo-1985458fb5a634347c56acedd9c1f912334f0a89.tar.bz2 gentoo-1985458fb5a634347c56acedd9c1f912334f0a89.zip |
net-analyzer/munin: add missing dep on munin-async user
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'net-analyzer/munin')
-rw-r--r-- | net-analyzer/munin/munin-2.0.52-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/munin/munin-2.0.52-r1.ebuild b/net-analyzer/munin/munin-2.0.52-r1.ebuild index 99acb538fe3b..80f46fab8967 100644 --- a/net-analyzer/munin/munin-2.0.52-r1.ebuild +++ b/net-analyzer/munin/munin-2.0.52-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,6 +28,7 @@ RESTRICT="!test? ( test )" # We replace the original ipmi plugins with the freeipmi_ plugin which at least works. DEPEND_COM=" acct-user/munin + acct-user/munin-async acct-group/munin dev-lang/perl:=[berkdb] dev-perl/DBI |