diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-01-21 22:07:35 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-01-21 22:07:35 +0000 |
commit | c31248856c97306e7afe3f865442ef62a24fc896 (patch) | |
tree | c80c06b3a5ee425d8cfb0b8b1c4a3c64b8207447 /perl-core/Storable | |
parent | Invalid linguas patch from Philippe Troin <phil@fifi.org>. Bug #114650 (diff) | |
download | historical-c31248856c97306e7afe3f865442ef62a24fc896.tar.gz historical-c31248856c97306e7afe3f865442ef62a24fc896.tar.bz2 historical-c31248856c97306e7afe3f865442ef62a24fc896.zip |
Stable on ppc64
Package-Manager: portage-2.0.53
Diffstat (limited to 'perl-core/Storable')
-rw-r--r-- | perl-core/Storable/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Storable/Storable-2.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/Storable/ChangeLog b/perl-core/Storable/ChangeLog index b78a58b1820b..1024ad022c96 100644 --- a/perl-core/Storable/ChangeLog +++ b/perl-core/Storable/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Storable # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.8 2006/01/15 11:17:11 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.9 2006/01/21 22:05:05 corsair Exp $ + + 21 Jan 2006; Markus Rothe <corsair@gentoo.org> Storable-2.15.ebuild: + Stable on ppc64 15 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> Storable-2.15.ebuild: Stable on ppc. diff --git a/perl-core/Storable/Storable-2.15.ebuild b/perl-core/Storable/Storable-2.15.ebuild index a156cf6b75e6..306c4ed4bb13 100644 --- a/perl-core/Storable/Storable-2.15.ebuild +++ b/perl-core/Storable/Storable-2.15.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/Storable/Storable-2.15.ebuild,v 1.4 2006/01/15 11:17:11 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.15.ebuild,v 1.5 2006/01/21 22:05:05 corsair Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/A/AM/AMS/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86" +KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="" SRC_TEST="do" |