diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-07-07 19:51:42 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-07-07 19:51:42 +0000 |
commit | 72e3cec01b6cc5ea8519ce31210259fb1aa69b8a (patch) | |
tree | f0870d3d945707d0b80afcd9a4292d4288227ff2 /perl-core/digest-base | |
parent | fix bug 98237 (diff) | |
download | gentoo-2-72e3cec01b6cc5ea8519ce31210259fb1aa69b8a.tar.gz gentoo-2-72e3cec01b6cc5ea8519ce31210259fb1aa69b8a.tar.bz2 gentoo-2-72e3cec01b6cc5ea8519ce31210259fb1aa69b8a.zip |
Stable on ppc64
(Portage version: 2.0.51.19)
Diffstat (limited to 'perl-core/digest-base')
-rw-r--r-- | perl-core/digest-base/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/digest-base/digest-base-1.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/digest-base/ChangeLog b/perl-core/digest-base/ChangeLog index 99bfd85be14b..204d9f556b54 100644 --- a/perl-core/digest-base/ChangeLog +++ b/perl-core/digest-base/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/digest-base # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.6 2005/07/02 20:21:58 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.7 2005/07/07 19:50:04 corsair Exp $ + + 07 Jul 2005; Markus Rothe <corsair@gentoo.org> digest-base-1.10.ebuild: + Stable on ppc64 02 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> digest-base-1.10.ebuild: diff --git a/perl-core/digest-base/digest-base-1.10.ebuild b/perl-core/digest-base/digest-base-1.10.ebuild index 3217a4eb646c..d6f5bf9ec56e 100644 --- a/perl-core/digest-base/digest-base-1.10.ebuild +++ b/perl-core/digest-base/digest-base-1.10.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/perl-core/digest-base/digest-base-1.10.ebuild,v 1.5 2005/07/07 03:24:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.10.ebuild,v 1.6 2005/07/07 19:50:04 corsair Exp $ inherit perl-module @@ -13,7 +13,7 @@ SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" 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" SRC_TEST="do" IUSE="" |