summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-06-02 10:06:54 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-06-16 02:32:22 +0200
commita8f2538d58c6fd3071468f3f11df885112035bb7 (patch)
tree254cf592b015a2bd52b2020bec6b857745c13c6c /dev-perl
parentvirtual/perl-ExtUtils-Command: Fix comment (diff)
downloadgentoo-a8f2538d58c6fd3071468f3f11df885112035bb7.tar.gz
gentoo-a8f2538d58c6fd3071468f3f11df885112035bb7.tar.bz2
gentoo-a8f2538d58c6fd3071468f3f11df885112035bb7.zip
dev-perl/Module-Starter: ExtUtils::Command was merged into ExtUtils::MakeMaker
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Module-Starter/Module-Starter-1.710.0.ebuild4
-rw-r--r--dev-perl/Module-Starter/Module-Starter-1.720.0.ebuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/Module-Starter/Module-Starter-1.710.0.ebuild b/dev-perl/Module-Starter/Module-Starter-1.710.0.ebuild
index c9c04d4d0935..642c7291e020 100644
--- a/dev-perl/Module-Starter/Module-Starter-1.710.0.ebuild
+++ b/dev-perl/Module-Starter/Module-Starter-1.710.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -14,7 +14,7 @@ KEYWORDS="amd64 x86"
IUSE="test"
RDEPEND="
- virtual/perl-ExtUtils-Command
+ virtual/perl-ExtUtils-MakeMaker
virtual/perl-File-Spec
virtual/perl-Getopt-Long
dev-perl/Module-Install-AuthorTests
diff --git a/dev-perl/Module-Starter/Module-Starter-1.720.0.ebuild b/dev-perl/Module-Starter/Module-Starter-1.720.0.ebuild
index 4ec3397e3781..7ba7d9196f7e 100644
--- a/dev-perl/Module-Starter/Module-Starter-1.720.0.ebuild
+++ b/dev-perl/Module-Starter/Module-Starter-1.720.0.ebuild
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
- virtual/perl-ExtUtils-Command
+ virtual/perl-ExtUtils-MakeMaker
virtual/perl-File-Spec
virtual/perl-Getopt-Long
>=virtual/perl-Pod-Parser-1.210.0