diff options
author | Brent Baude <ranger@gentoo.org> | 2009-12-10 21:42:59 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-12-10 21:42:59 +0000 |
commit | 6eb1b3826b1453ec4872f4af1024da72c031059d (patch) | |
tree | 5005c42865fc469c47c29a36129f7ffc772b0689 /perl-core/digest-base | |
parent | Marking perl-Time-Piece-1.15 ppc64 for bug 288026 (diff) | |
download | gentoo-2-6eb1b3826b1453ec4872f4af1024da72c031059d.tar.gz gentoo-2-6eb1b3826b1453ec4872f4af1024da72c031059d.tar.bz2 gentoo-2-6eb1b3826b1453ec4872f4af1024da72c031059d.zip |
Marking digest-base-1.16 ppc64 for bug 288026
(Portage version: 2.1.7.1/cvs/Linux ppc64)
Diffstat (limited to 'perl-core/digest-base')
-rw-r--r-- | perl-core/digest-base/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/digest-base/digest-base-1.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/digest-base/ChangeLog b/perl-core/digest-base/ChangeLog index 62403526d1aa..840c1912b0ce 100644 --- a/perl-core/digest-base/ChangeLog +++ b/perl-core/digest-base/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/digest-base # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.40 2009/12/07 23:18:57 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.41 2009/12/10 21:42:59 ranger Exp $ + + 10 Dec 2009; Brent Baude <ranger@gentoo.org> digest-base-1.16.ebuild: + Marking digest-base-1.16 ppc64 stable for bug 288026 07 Dec 2009; Markus Meier <maekke@gentoo.org> digest-base-1.16.ebuild: arm stable, bug #288026 diff --git a/perl-core/digest-base/digest-base-1.16.ebuild b/perl-core/digest-base/digest-base-1.16.ebuild index ddbfe4f337f6..9d462b9f396e 100644 --- a/perl-core/digest-base/digest-base-1.16.ebuild +++ b/perl-core/digest-base/digest-base-1.16.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-base/digest-base-1.16.ebuild,v 1.5 2009/12/07 23:18:57 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.16.ebuild,v 1.6 2009/12/10 21:42:59 ranger Exp $ EAPI=2 @@ -13,7 +13,7 @@ inherit perl-module DESCRIPTION="Modules that calculate message digests" 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-MIME-Base64" |