diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2011-12-14 18:14:24 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2011-12-14 18:14:24 +0000 |
commit | dc3cffbc96faec1610e84cdb15bd60109a9b32dd (patch) | |
tree | 9a6d87ffc871f52397e01b671426b25d55f8c798 /perl-core/Digest-MD5 | |
parent | Stable for AMD64, wrt bug #393409 (diff) | |
download | gentoo-2-dc3cffbc96faec1610e84cdb15bd60109a9b32dd.tar.gz gentoo-2-dc3cffbc96faec1610e84cdb15bd60109a9b32dd.tar.bz2 gentoo-2-dc3cffbc96faec1610e84cdb15bd60109a9b32dd.zip |
Stable for AMD64, wrt bug #392845
(Portage version: 2.1.10.40/cvs/Linux i686)
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.510.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/Digest-MD5/ChangeLog b/perl-core/Digest-MD5/ChangeLog index 52cf363e74fe..a9b9f8231552 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.43 2011/12/12 11:37:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.44 2011/12/14 18:14:24 ago Exp $ + + 14 Dec 2011; Agostino Sarubbo <ago@gentoo.org> Digest-MD5-2.510.0.ebuild: + Stable for AMD64, wrt bug #392845 12 Dec 2011; Jeroen Roovers <jer@gentoo.org> Digest-MD5-2.510.0.ebuild: Stable for HPPA (bug #392845). diff --git a/perl-core/Digest-MD5/Digest-MD5-2.510.0.ebuild b/perl-core/Digest-MD5/Digest-MD5-2.510.0.ebuild index 33410adfa527..be29a7248e5a 100644 --- a/perl-core/Digest-MD5/Digest-MD5-2.510.0.ebuild +++ b/perl-core/Digest-MD5/Digest-MD5-2.510.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.510.0.ebuild,v 1.5 2011/12/12 11:37:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/Digest-MD5-2.510.0.ebuild,v 1.6 2011/12/14 18:14:24 ago Exp $ EAPI=3 @@ -11,7 +11,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 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="virtual/perl-digest-base" |