summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-01-05 13:44:15 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-01-05 13:44:33 +0100
commit1cf4c019b5c490d523a9965de1b22a88e2800af2 (patch)
treea2fa5cf76a67b2e4795152bdba04e01ac9be4771 /dev-perl/Test-MockModule
parentdev-java/jfreesvg: Use java-pkg_clean instead of find. (diff)
downloadgentoo-1cf4c019b5c490d523a9965de1b22a88e2800af2.tar.gz
gentoo-1cf4c019b5c490d523a9965de1b22a88e2800af2.tar.bz2
gentoo-1cf4c019b5c490d523a9965de1b22a88e2800af2.zip
dev-perl/Test-MockModule: Add missing dependencies, straight to stable
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-perl/Test-MockModule')
-rw-r--r--dev-perl/Test-MockModule/Test-MockModule-0.50.0-r2.ebuild (renamed from dev-perl/Test-MockModule/Test-MockModule-0.50.0-r1.ebuild)9
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-perl/Test-MockModule/Test-MockModule-0.50.0-r1.ebuild b/dev-perl/Test-MockModule/Test-MockModule-0.50.0-r2.ebuild
index 0c9b53fd7aba..b9d1a6b26605 100644
--- a/dev-perl/Test-MockModule/Test-MockModule-0.50.0-r1.ebuild
+++ b/dev-perl/Test-MockModule/Test-MockModule-0.50.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -14,7 +14,12 @@ SLOT="0"
KEYWORDS="amd64 ~arm ppc x86"
IUSE="test"
-DEPEND="
+RDEPEND="
+ dev-perl/CGI
+ virtual/perl-Scalar-List-Utils
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage