diff options
author | Torsten Veller <tove@gentoo.org> | 2009-12-04 14:19:54 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-12-04 14:19:54 +0000 |
commit | 668ec8c7b0d07be22e29d9998e92f278f0dd688c (patch) | |
tree | d5db5bce9224d33c3542573dd73a03dc778637aa /perl-core/Storable | |
parent | amd64 stable wrt #295662 (diff) | |
download | historical-668ec8c7b0d07be22e29d9998e92f278f0dd688c.tar.gz historical-668ec8c7b0d07be22e29d9998e92f278f0dd688c.tar.bz2 historical-668ec8c7b0d07be22e29d9998e92f278f0dd688c.zip |
Stable on amd64 (#288026)
Package-Manager: portage-2.2_rc54/cvs/Linux x86_64
Diffstat (limited to 'perl-core/Storable')
-rw-r--r-- | perl-core/Storable/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Storable/Storable-2.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/Storable/ChangeLog b/perl-core/Storable/ChangeLog index 793fa1ca6e8b..9141d148c2d0 100644 --- a/perl-core/Storable/ChangeLog +++ b/perl-core/Storable/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Storable # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.33 2009/12/04 12:31:40 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.34 2009/12/04 14:00:19 tove Exp $ + + 04 Dec 2009; Torsten Veller <tove@gentoo.org> Storable-2.20.ebuild: + Stable on amd64 (#288026) 04 Dec 2009; Christian Faulhammer <fauli@gentoo.org> Storable-2.20.ebuild: x86 stable, bug 288026 diff --git a/perl-core/Storable/Storable-2.20.ebuild b/perl-core/Storable/Storable-2.20.ebuild index c5afa780b422..2a8f5436fb10 100644 --- a/perl-core/Storable/Storable-2.20.ebuild +++ b/perl-core/Storable/Storable-2.20.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/Storable/Storable-2.20.ebuild,v 1.2 2009/12/04 12:31:40 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.20.ebuild,v 1.3 2009/12/04 14:00:19 tove Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="The Perl Storable Module" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="" SRC_TEST="do" |