diff options
author | 2006-02-07 20:59:55 +0000 | |
---|---|---|
committer | 2006-02-07 20:59:55 +0000 | |
commit | d243b9d9b5127e17088e1f4c6cd17535f6171e81 (patch) | |
tree | 5b3e9dbc1cf544ea8142458cea1ad1a82df99ea6 /perl-core/Storable | |
parent | Mark 0.2.2 stable on alpha (diff) | |
download | gentoo-2-d243b9d9b5127e17088e1f4c6cd17535f6171e81.tar.gz gentoo-2-d243b9d9b5127e17088e1f4c6cd17535f6171e81.tar.bz2 gentoo-2-d243b9d9b5127e17088e1f4c6cd17535f6171e81.zip |
stable amd64
(Portage version: 2.1_pre4-r1)
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 94460545ffe3..b786c4045989 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.10 2006/01/31 19:50:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.11 2006/02/07 20:55:30 blubb Exp $ + + 07 Feb 2006; Simon Stelling <blubb@gentoo.org> Storable-2.15.ebuild: + stable on amd64 31 Jan 2006; Aron Griffis <agriffis@gentoo.org> Storable-2.15.ebuild: Mark 2.15 stable on alpha diff --git a/perl-core/Storable/Storable-2.15.ebuild b/perl-core/Storable/Storable-2.15.ebuild index 4c7f8aa71033..351c85027b7f 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.6 2006/01/31 19:50:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.15.ebuild,v 1.7 2006/02/07 20:55:30 blubb 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" |