diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-03-06 09:48:49 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-03-06 09:48:49 +0000 |
commit | 5d60685a72e6520f46ac7af5752de34fa47d77fd (patch) | |
tree | c466d536a01e5e48a2d2bd8eda2b68bd70c50eab /perl-core/Storable | |
parent | Added Prefix keywords, bug #357599 (diff) | |
download | gentoo-2-5d60685a72e6520f46ac7af5752de34fa47d77fd.tar.gz gentoo-2-5d60685a72e6520f46ac7af5752de34fa47d77fd.tar.bz2 gentoo-2-5d60685a72e6520f46ac7af5752de34fa47d77fd.zip |
Marked ~ppc-aix, bug #357599
(Portage version: 2.2.01.18036-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'perl-core/Storable')
-rw-r--r-- | perl-core/Storable/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Storable/Storable-2.250.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/Storable/ChangeLog b/perl-core/Storable/ChangeLog index c60cd63bf11f..8e1ded8bffae 100644 --- a/perl-core/Storable/ChangeLog +++ b/perl-core/Storable/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Storable # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.43 2011/01/17 07:43:54 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.44 2011/03/06 09:48:49 grobian Exp $ + + 06 Mar 2011; Fabian Groffen <grobian@gentoo.org> Storable-2.250.ebuild: + Marked ~ppc-aix, bug #357599 17 Jan 2011; Torsten Veller <tove@gentoo.org> -Storable-2.21.ebuild: Cleanup diff --git a/perl-core/Storable/Storable-2.250.ebuild b/perl-core/Storable/Storable-2.250.ebuild index dfc4ecd135b9..65f6889176f8 100644 --- a/perl-core/Storable/Storable-2.250.ebuild +++ b/perl-core/Storable/Storable-2.250.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.250.ebuild,v 1.1 2011/01/13 08:18:44 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.250.ebuild,v 1.2 2011/03/06 09:48:49 grobian Exp $ EAPI=3 @@ -11,7 +11,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 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" SRC_TEST="do" |