diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-07-02 20:21:58 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-07-02 20:21:58 +0000 |
commit | f2757a70aa29b361520955aae548469ad68420ff (patch) | |
tree | 29a81b70439c8947448dd558ee51c1873b3d3a57 /perl-core/digest-base | |
parent | Stable on mips, bug #96156. (diff) | |
download | historical-f2757a70aa29b361520955aae548469ad68420ff.tar.gz historical-f2757a70aa29b361520955aae548469ad68420ff.tar.bz2 historical-f2757a70aa29b361520955aae548469ad68420ff.zip |
Stable on alpha.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'perl-core/digest-base')
-rw-r--r-- | perl-core/digest-base/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/digest-base/digest-base-1.10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/perl-core/digest-base/ChangeLog b/perl-core/digest-base/ChangeLog index 4c79a1294c9c..99bfd85be14b 100644 --- a/perl-core/digest-base/ChangeLog +++ b/perl-core/digest-base/ChangeLog @@ -1,6 +1,10 @@ # 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.5 2005/06/29 22:35:49 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.6 2005/07/02 20:21:58 kloeri Exp $ + + 02 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> + digest-base-1.10.ebuild: + Stable on alpha. 29 Jun 2005; Michael Cummings <mcummings@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 2b13e56ef5d5..dc5d0b8a7a76 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.3 2005/06/29 22:35:49 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.10.ebuild,v 1.4 2005/07/02 20:21:58 kloeri 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="x86 ~ppc sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390 ~ppc64" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86" SRC_TEST="do" IUSE="" |