diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-07-02 20:23:53 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-07-02 20:23:53 +0000 |
commit | acd9a5a737aee1788368ff67a23a2aa82d375c30 (patch) | |
tree | 3e2269f53abec674a05b5d3388bed85499f5412f /perl-core/digest-base | |
parent | Stable on mips, bug #96156. (diff) | |
download | gentoo-2-acd9a5a737aee1788368ff67a23a2aa82d375c30.tar.gz gentoo-2-acd9a5a737aee1788368ff67a23a2aa82d375c30.tar.bz2 gentoo-2-acd9a5a737aee1788368ff67a23a2aa82d375c30.zip |
Stable on alpha.
(Portage version: 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="" |