commit: a6379bf5d728670df82cf0672e9de73d258e3fcd
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 00:03:14 2016 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Dec 18 00:03:14 2016 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a6379bf5
dev-perl/Task-Kensho-Dates: Fix dependency on dev-perl/Time-ParseDate
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force
dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.380.0.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.380.0.ebuild
b/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.380.0.ebuild
index f1f0ef5..c4a0a25 100644
--- a/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.380.0.ebuild
+++ b/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.380.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
@@ -11,13 +11,12 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
-# Time::ParseDate -> Time-modules
RDEPEND="
dev-perl/Date-Tiny
dev-perl/DateTime
dev-perl/DateTime-Tiny
dev-perl/Time-Tiny
- dev-perl/Time-modules
+ dev-perl/Time-ParseDate
"
DEPEND="
${RDEPEND}