commit: 1cf4c019b5c490d523a9965de1b22a88e2800af2
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 5 12:44:15 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jan 5 12:44:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf4c019
dev-perl/Test-MockModule: Add missing dependencies, straight to stable
Package-Manager: portage-2.2.26
...kModule-0.50.0-r1.ebuild => Test-MockModule-0.50.0-r2.ebuild} | 9 +++++++--
1 file 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
similarity index 69%
rename from dev-perl/Test-MockModule/Test-MockModule-0.50.0-r1.ebuild
rename to dev-perl/Test-MockModule/Test-MockModule-0.50.0-r2.ebuild
index 0c9b53f..b9d1a6b 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