diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-07 20:02:24 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-07 20:02:24 +0000 |
commit | 4126a8e3e73f4edcb691c091af16a387c5fafea2 (patch) | |
tree | 8980ca6df9e9b876d208933b507d1ce37cba08c7 /dev-perl/DateTime-Format-DateParse | |
parent | media-sound/rhythmbox upnp (diff) | |
download | gentoo-2-4126a8e3e73f4edcb691c091af16a387c5fafea2.tar.gz gentoo-2-4126a8e3e73f4edcb691c091af16a387c5fafea2.tar.bz2 gentoo-2-4126a8e3e73f4edcb691c091af16a387c5fafea2.zip |
ppc/ppc64 stable wrt #350877
(Portage version: 2.2.0_alpha11/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/DateTime-Format-DateParse')
-rw-r--r-- | dev-perl/DateTime-Format-DateParse/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-DateParse/DateTime-Format-DateParse-0.05.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/DateTime-Format-DateParse/ChangeLog b/dev-perl/DateTime-Format-DateParse/ChangeLog index dd6696477e72..0b438e0481f5 100644 --- a/dev-perl/DateTime-Format-DateParse/ChangeLog +++ b/dev-perl/DateTime-Format-DateParse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/DateTime-Format-DateParse # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-DateParse/ChangeLog,v 1.7 2011/01/07 17:51:32 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-DateParse/ChangeLog,v 1.8 2011/01/07 20:02:24 xarthisius Exp $ + + 07 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> + DateTime-Format-DateParse-0.05.ebuild: + ppc/ppc64 stable wrt #350877 07 Jan 2011; Markos Chandras <hwoarang@gentoo.org> DateTime-Format-DateParse-0.05.ebuild: diff --git a/dev-perl/DateTime-Format-DateParse/DateTime-Format-DateParse-0.05.ebuild b/dev-perl/DateTime-Format-DateParse/DateTime-Format-DateParse-0.05.ebuild index 55568496b0b6..4f5573733bbd 100644 --- a/dev-perl/DateTime-Format-DateParse/DateTime-Format-DateParse-0.05.ebuild +++ b/dev-perl/DateTime-Format-DateParse/DateTime-Format-DateParse-0.05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-DateParse/DateTime-Format-DateParse-0.05.ebuild,v 1.2 2011/01/07 17:51:32 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-DateParse/DateTime-Format-DateParse-0.05.ebuild,v 1.3 2011/01/07 20:02:24 xarthisius Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Parses Date::Parse compatible formats" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 ppc ppc64 ~x86" IUSE="" RDEPEND=">=dev-perl/DateTime-0.29 |