diff options
-rw-r--r-- | perl-core/Digest-MD5/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Digest-MD5/Digest-MD5-2.36.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/Digest-MD5/ChangeLog b/perl-core/Digest-MD5/ChangeLog index 9346dd32fd38..57dfc58b0966 100644 --- a/perl-core/Digest-MD5/ChangeLog +++ b/perl-core/Digest-MD5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Digest-MD5 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.7 2006/07/05 19:43:54 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.8 2006/07/17 23:33:51 kloeri Exp $ + + 18 Jul 2006; Bryan Østergaard <kloeri@gentoo.org> Digest-MD5-2.36.ebuild: + Stable on alpha. 05 Jul 2006; Christian Hartmann <ian@gentoo.org> Digest-MD5-2.33.ebuild, Digest-MD5-2.36.ebuild: diff --git a/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild b/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild index bed740241101..2eefaa1457b1 100644 --- a/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild +++ b/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild,v 1.5 2006/07/05 19:43:54 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild,v 1.6 2006/07/17 23:33:51 kloeri Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${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" IUSE="" DEPEND="virtual/perl-digest-base" |