summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-12-11 11:54:27 +0100
committerHans de Graaff <graaff@gentoo.org>2018-12-11 11:54:52 +0100
commit3d5d9cd2ef52001f2fb602364b8dc77c53eec2df (patch)
tree67891f0e70c0b9e2113595a5f52cfa736ac22719 /net-analyzer
parentdev-vcs/tortoisehg: Removed old. (diff)
downloadgentoo-3d5d9cd2ef52001f2fb602364b8dc77c53eec2df.tar.gz
gentoo-3d5d9cd2ef52001f2fb602364b8dc77c53eec2df.tar.bz2
gentoo-3d5d9cd2ef52001f2fb602364b8dc77c53eec2df.zip
net-analyzer/munin: add missing Test-Exception dep
Add missing test dependency on Test-Exception. Fixes: https://bugs.gentoo.org/672110 Signed-off-by: Hans de Graaff <graaff@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/munin/munin-2.0.38.ebuild1
-rw-r--r--net-analyzer/munin/munin-2.0.43.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/net-analyzer/munin/munin-2.0.38.ebuild b/net-analyzer/munin/munin-2.0.38.ebuild
index bb89ab6127c2..5e82816409d6 100644
--- a/net-analyzer/munin/munin-2.0.38.ebuild
+++ b/net-analyzer/munin/munin-2.0.38.ebuild
@@ -83,6 +83,7 @@ DEPEND="${DEPEND_COM}
java? ( >=virtual/jdk-1.5 )
test? (
dev-perl/Test-Deep
+ dev-perl/Test-Exception
dev-perl/Test-LongString
dev-perl/Test-Differences
dev-perl/Test-MockModule
diff --git a/net-analyzer/munin/munin-2.0.43.ebuild b/net-analyzer/munin/munin-2.0.43.ebuild
index 0b560be539f0..f62ac42c05b1 100644
--- a/net-analyzer/munin/munin-2.0.43.ebuild
+++ b/net-analyzer/munin/munin-2.0.43.ebuild
@@ -83,6 +83,7 @@ DEPEND="${DEPEND_COM}
java? ( >=virtual/jdk-1.5 )
test? (
dev-perl/Test-Deep
+ dev-perl/Test-Exception
dev-perl/Test-LongString
dev-perl/Test-Differences
dev-perl/Test-MockModule