diff options
author | Tom Gall <tgall@gentoo.org> | 2005-11-27 22:07:37 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2005-11-27 22:07:37 +0000 |
commit | 6d5fb89514e2b210b9dfce5f0a3e41ef4afe5182 (patch) | |
tree | 79aa41c992dce895df9c56ff6cb3e077e085aab1 /dev-perl/Parse-RecDescent | |
parent | Revbump to use the new eclass (bug #80639). Add a patch to make the tests pas... (diff) | |
download | historical-6d5fb89514e2b210b9dfce5f0a3e41ef4afe5182.tar.gz historical-6d5fb89514e2b210b9dfce5f0a3e41ef4afe5182.tar.bz2 historical-6d5fb89514e2b210b9dfce5f0a3e41ef4afe5182.zip |
stable on ppc64
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'dev-perl/Parse-RecDescent')
-rw-r--r-- | dev-perl/Parse-RecDescent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Parse-RecDescent/ChangeLog b/dev-perl/Parse-RecDescent/ChangeLog index 8069514a25f2..58fe0c9c8783 100644 --- a/dev-perl/Parse-RecDescent/ChangeLog +++ b/dev-perl/Parse-RecDescent/ChangeLog @@ -1,6 +1,9 @@ # 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.23 2005/05/25 15:21:41 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.24 2005/11/27 22:00:36 tgall Exp $ + + 27 Nov 2005; Tom Gall <tgall@gentoo.org> Parse-RecDescent-1.94.ebuild: + stable on ppc64 25 May 2005; Michael Cummings <mcummings@gentoo.org> Parse-RecDescent-1.94.ebuild: diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild index b6b1c9c63cfc..0480861be57f 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.17 2005/05/25 15:21:41 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild,v 1.18 2005/11/27 22:00:36 tgall 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 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" IUSE="" DEPEND="perl-core/Text-Balanced" |