diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-07-15 18:35:55 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-07-15 18:35:55 +0000 |
commit | bcfb5da6ebb21cc90e495f7564ffbac78665df46 (patch) | |
tree | 9360eaaddee789b965e7cbe134dbcf869c8b8853 /perl-core/Storable | |
parent | alpha/ia64/sparc/x86 stable (diff) | |
download | gentoo-2-bcfb5da6ebb21cc90e495f7564ffbac78665df46.tar.gz gentoo-2-bcfb5da6ebb21cc90e495f7564ffbac78665df46.tar.bz2 gentoo-2-bcfb5da6ebb21cc90e495f7564ffbac78665df46.zip |
alpha/ia64/sparc/x86 stable
(Portage version: 2.1.4.4)
Diffstat (limited to 'perl-core/Storable')
-rw-r--r-- | perl-core/Storable/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Storable/Storable-2.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/Storable/ChangeLog b/perl-core/Storable/ChangeLog index 27d189ae2786..86f5cf670b75 100644 --- a/perl-core/Storable/ChangeLog +++ b/perl-core/Storable/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Storable # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.27 2008/06/07 09:34:09 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.28 2008/07/15 18:35:55 armin76 Exp $ + + 15 Jul 2008; Raúl Porcel <armin76@gentoo.org> Storable-2.18.ebuild: + alpha/ia64/sparc/x86 stable 07 Jun 2008; Alexis Ballier <aballier@gentoo.org> Storable-2.18.ebuild: keyword ~sparc-fbsd diff --git a/perl-core/Storable/Storable-2.18.ebuild b/perl-core/Storable/Storable-2.18.ebuild index 712efa95553b..ca05fe73c5e2 100644 --- a/perl-core/Storable/Storable-2.18.ebuild +++ b/perl-core/Storable/Storable-2.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.18.ebuild,v 1.3 2008/06/07 09:34:09 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.18.ebuild,v 1.4 2008/07/15 18:35:55 armin76 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 ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" SRC_TEST="do" |