diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-10 18:44:50 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-10 18:44:50 +0000 |
commit | 8dfae4eccdc215d0376807972195f4d72a67b6a3 (patch) | |
tree | 1bb87bb02e25bcbe9863d67ed0c776bbf71ad6f9 /dev-perl/Parse-RecDescent | |
parent | Mark stable on x86 (diff) | |
download | gentoo-2-8dfae4eccdc215d0376807972195f4d72a67b6a3.tar.gz gentoo-2-8dfae4eccdc215d0376807972195f4d72a67b6a3.tar.bz2 gentoo-2-8dfae4eccdc215d0376807972195f4d72a67b6a3.zip |
Stable on ppc.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/Parse-RecDescent')
-rw-r--r-- | dev-perl/Parse-RecDescent/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Parse-RecDescent/ChangeLog b/dev-perl/Parse-RecDescent/ChangeLog index 4315dacf58d2..5bbbb6ae505e 100644 --- a/dev-perl/Parse-RecDescent/ChangeLog +++ b/dev-perl/Parse-RecDescent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Parse-RecDescent # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.20 2005/01/04 13:29:00 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.21 2005/04/10 18:44:29 hansmi Exp $ + + 10 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> + Parse-RecDescent-1.94.ebuild: + Stable on ppc. 04 Jan 2005; Michael Cummings <mcummings@gentoo.org> Parse-RecDescent-1.80-r2.ebuild, Parse-RecDescent-1.80-r3.ebuild, diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild index 99db6dcac563..7f2626d51975 100644 --- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild +++ b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild,v 1.13 2005/03/13 03:33:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild,v 1.14 2005/04/10 18:44:29 hansmi Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/D/DC/DCONWAY/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ~ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc64 sparc x86" IUSE="" DEPEND="dev-perl/Text-Balanced" |