diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-12-14 18:56:06 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-12-14 18:56:06 +0000 |
commit | fe3350f4a4b73be65adb6bc6679c678a74fc3c1d (patch) | |
tree | 88ecd1bbf5d03f704d8d9bb8c4f2e11c7e133d25 /perl-core/Digest-MD5 | |
parent | alpha/ia64/m68k/s390/sh/sparc stable wrt #288026 (diff) | |
download | gentoo-2-fe3350f4a4b73be65adb6bc6679c678a74fc3c1d.tar.gz gentoo-2-fe3350f4a4b73be65adb6bc6679c678a74fc3c1d.tar.bz2 gentoo-2-fe3350f4a4b73be65adb6bc6679c678a74fc3c1d.zip |
alpha/ia64/s390/sh/sparc stable wrt #288026
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'perl-core/Digest-MD5')
-rw-r--r-- | perl-core/Digest-MD5/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Digest-MD5/Digest-MD5-2.39.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/Digest-MD5/ChangeLog b/perl-core/Digest-MD5/ChangeLog index 59f89477c24a..aea290ce6539 100644 --- a/perl-core/Digest-MD5/ChangeLog +++ b/perl-core/Digest-MD5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Digest-MD5 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.27 2009/12/10 21:30:08 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.28 2009/12/14 18:56:06 armin76 Exp $ + + 14 Dec 2009; Raúl Porcel <armin76@gentoo.org> Digest-MD5-2.39.ebuild: + alpha/ia64/s390/sh/sparc stable wrt #288026 10 Dec 2009; Brent Baude <ranger@gentoo.org> ChangeLog: Marking Digest-MD5-2.39 ppc64 stable for bug 288026 diff --git a/perl-core/Digest-MD5/Digest-MD5-2.39.ebuild b/perl-core/Digest-MD5/Digest-MD5-2.39.ebuild index 3f5a681cf3cd..60143e0b1e31 100644 --- a/perl-core/Digest-MD5/Digest-MD5-2.39.ebuild +++ b/perl-core/Digest-MD5/Digest-MD5-2.39.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.39.ebuild,v 1.6 2009/12/10 21:30:08 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/Digest-MD5-2.39.ebuild,v 1.7 2009/12/14 18:56:06 armin76 Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="MD5 message digest algorithm" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="" RDEPEND="virtual/perl-digest-base" |