dev-perl/Test-MockModule: Add missing dependencies, straight to stable
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 5 Jan 2016 12:44:15 +0000 (13:44 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 5 Jan 2016 12:44:33 +0000 (13:44 +0100)
Package-Manager: portage-2.2.26

dev-perl/Test-MockModule/Test-MockModule-0.50.0-r2.ebuild [moved from dev-perl/Test-MockModule/Test-MockModule-0.50.0-r1.ebuild with 69% similarity]

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 0c9b53fd7abac020bf354c8169606fef36c73956..b9d1a6b266050b076a141019de8eeb368e78755e 100644 (file)
@@ -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