commit: 91eb1c0d1420c0abe9dc884fbcc7feace3c71398
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 10 10:27:58 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 23:09:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91eb1c0d
net-mail/grepmail: Fix dependency on dev-perl/Date-Manip
Package-Manager: portage-2.2.27
net-mail/grepmail/grepmail-5.30.33-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-mail/grepmail/grepmail-5.30.33-r2.ebuild
b/net-mail/grepmail/grepmail-5.30.33-r2.ebuild
index 7957929..5046e60 100644
--- a/net-mail/grepmail/grepmail-5.30.33-r2.ebuild
+++ b/net-mail/grepmail/grepmail-5.30.33-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$
@@ -20,7 +20,7 @@ IUSE=""
RDEPEND="dev-perl/Inline
dev-perl/TimeDate
- dev-perl/DateManip
+ dev-perl/Date-Manip
virtual/perl-Digest-MD5
>=dev-perl/Mail-Mbox-MessageParser-1.40.01"
DEPEND="${RDEPEND}"