diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-12-04 12:31:40 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-12-04 12:31:40 +0000 |
commit | 93a7a9f1e98f8187675df7dbe492dc239b94a0fe (patch) | |
tree | b3425c4b00bbf89ed50ccd361e5d4c02e8405379 /perl-core/Storable | |
parent | x86 stable, bug 288026 (diff) | |
download | gentoo-2-93a7a9f1e98f8187675df7dbe492dc239b94a0fe.tar.gz gentoo-2-93a7a9f1e98f8187675df7dbe492dc239b94a0fe.tar.bz2 gentoo-2-93a7a9f1e98f8187675df7dbe492dc239b94a0fe.zip |
x86 stable, bug 288026
(Portage version: 2.1.6.13/cvs/Linux i686, RepoMan options: --force)
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 a004a64db8b1..793fa1ca6e8b 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.32 2009/08/08 08:29:29 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.33 2009/12/04 12:31:40 fauli Exp $ + + 04 Dec 2009; Christian Faulhammer <fauli@gentoo.org> Storable-2.20.ebuild: + x86 stable, bug 288026 *Storable-2.21 (08 Aug 2009) diff --git a/perl-core/Storable/Storable-2.20.ebuild b/perl-core/Storable/Storable-2.20.ebuild index 63806948c7fc..c5afa780b422 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.1 2009/05/19 05:16:20 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.20.ebuild,v 1.2 2009/12/04 12:31:40 fauli 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" |