commit: 1fd2f7d6f04065172f355b44f67f5fc6e4b64219
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 16:15:17 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 16:15:17 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1fd2f7d6
[fixup] MooseX-Param: Module::Build is no longer part of core Perl and has
been moved to dev-perl
Package-Manager: portage-2.2.17
dev-perl/MooseX-Param/MooseX-Param-0.20.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/MooseX-Param/MooseX-Param-0.20.ebuild
b/dev-perl/MooseX-Param/MooseX-Param-0.20.ebuild
index 3ea4390..9a282bd 100644
--- a/dev-perl/MooseX-Param/MooseX-Param-0.20.ebuild
+++ b/dev-perl/MooseX-Param/MooseX-Param-0.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
@@ -17,7 +17,7 @@ RDEPEND="
>=dev-perl/Moose-0.320.0
"
DEPEND="
- virtual/perl-Module-Build
+ dev-perl/Module-Build
>=dev-perl/Test-Exception-0.21
${RDEPEND}
"