diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-06-04 03:43:53 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-06-04 03:43:53 +0000 |
commit | f31c7ecbc23c5ed7a5e66c76af8ffcd6958e9c8d (patch) | |
tree | 174e08e9d37597fb0793978e0ee7efbc07b8f843 /perl-core/Storable | |
parent | add back in stupid libstdc++-v3 for now (diff) | |
download | historical-f31c7ecbc23c5ed7a5e66c76af8ffcd6958e9c8d.tar.gz historical-f31c7ecbc23c5ed7a5e66c76af8ffcd6958e9c8d.tar.bz2 historical-f31c7ecbc23c5ed7a5e66c76af8ffcd6958e9c8d.zip |
Tested on raq2, bumping for mips
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'perl-core/Storable')
-rw-r--r-- | perl-core/Storable/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Storable/Storable-2.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/Storable/ChangeLog b/perl-core/Storable/ChangeLog index daada4ef8f41..edafe0341e4d 100644 --- a/perl-core/Storable/ChangeLog +++ b/perl-core/Storable/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Storable # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.3 2005/05/26 20:16:26 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.4 2005/06/04 03:40:32 mcummings Exp $ + + 04 Jun 2005; Michael Cummings <mcummings@gentoo.org> Storable-2.13.ebuild: + Tested on raq2, bumping for mips 25 May 2005; Michael Cummings <mcummings@gentoo.org> Storable-2.07-r1.ebuild: diff --git a/perl-core/Storable/Storable-2.13.ebuild b/perl-core/Storable/Storable-2.13.ebuild index 35555364bcdc..aeef2971e3b1 100644 --- a/perl-core/Storable/Storable-2.13.ebuild +++ b/perl-core/Storable/Storable-2.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.13.ebuild,v 1.1 2005/05/25 14:33:45 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.13.ebuild,v 1.2 2005/06/04 03:40:32 mcummings 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 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" IUSE="" SRC_TEST="do" |