summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/Pod-Spell/ChangeLog8
-rw-r--r--dev-perl/Pod-Spell/Pod-Spell-1.10.0.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Pod-Spell/ChangeLog b/dev-perl/Pod-Spell/ChangeLog
index 133e4ea31ffc..a5ae3453750b 100644
--- a/dev-perl/Pod-Spell/ChangeLog
+++ b/dev-perl/Pod-Spell/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Pod-Spell
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Spell/ChangeLog,v 1.9 2012/05/22 08:59:16 johu Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Spell/ChangeLog,v 1.10 2014/07/21 19:04:09 dilfridge Exp $
+
+ 21 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ Pod-Spell-1.10.0.ebuild:
+ PodParser becomes Pod-Parser
22 May 2012; Johannes Huber <johu@gentoo.org> Pod-Spell-1.10.0.ebuild:
Stable for x86, wrt bug #412963
diff --git a/dev-perl/Pod-Spell/Pod-Spell-1.10.0.ebuild b/dev-perl/Pod-Spell/Pod-Spell-1.10.0.ebuild
index 219c6cb51520..9de1335684ad 100644
--- a/dev-perl/Pod-Spell/Pod-Spell-1.10.0.ebuild
+++ b/dev-perl/Pod-Spell/Pod-Spell-1.10.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Spell/Pod-Spell-1.10.0.ebuild,v 1.5 2012/05/22 08:59:16 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Spell/Pod-Spell-1.10.0.ebuild,v 1.6 2014/07/21 19:04:09 dilfridge Exp $
EAPI=4
@@ -16,7 +16,7 @@ KEYWORDS="amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~s
IUSE=""
RDEPEND="virtual/perl-Pod-Escapes
- virtual/perl-PodParser"
+ virtual/perl-Pod-Parser"
DEPEND="${RDEPEND}"
SRC_TEST="do"