diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2006-01-15 11:17:11 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2006-01-15 11:17:11 +0000 |
commit | a2bf021503e5fb65dcfef1a1c0adc652c3c4386b (patch) | |
tree | 3206164420abe54ef4d6abaa1d3b5fb665bf8cff /perl-core/Storable | |
parent | perl-core/Time-HiRes stable on ppc. (diff) | |
download | historical-a2bf021503e5fb65dcfef1a1c0adc652c3c4386b.tar.gz historical-a2bf021503e5fb65dcfef1a1c0adc652c3c4386b.tar.bz2 historical-a2bf021503e5fb65dcfef1a1c0adc652c3c4386b.zip |
perl-core/Storable stable on ppc.
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 c35129c71d7f..b78a58b1820b 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.7 2006/01/14 00:30:20 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.8 2006/01/15 11:17:11 hansmi Exp $ + + 15 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> Storable-2.15.ebuild: + Stable on ppc. 14 Jan 2006; Michael Cummings <mcummings@gentoo.org> Storable-2.15.ebuild: marking sparc x86 stable diff --git a/perl-core/Storable/Storable-2.15.ebuild b/perl-core/Storable/Storable-2.15.ebuild index 7a9fc865a1c0..a156cf6b75e6 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.3 2006/01/15 01:40:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.15.ebuild,v 1.4 2006/01/15 11:17:11 hansmi 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" |