diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-05-03 09:42:40 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-05-03 09:42:40 +0000 |
commit | 2548ffc35f750b9bfdf7f74754e3523144805305 (patch) | |
tree | 63009efa2c3efcf6c9b0e787f2ee5787e2efad3e /perl-core/Storable | |
parent | Marked ~x64-freebsd (diff) | |
download | gentoo-2-2548ffc35f750b9bfdf7f74754e3523144805305.tar.gz gentoo-2-2548ffc35f750b9bfdf7f74754e3523144805305.tar.bz2 gentoo-2-2548ffc35f750b9bfdf7f74754e3523144805305.zip |
Marked ~x64-freebsd
(Portage version: 2.2.01.18252-prefix/cvs/SunOS i386)
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 8e1ded8bffae..cdcccbc1e10b 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.44 2011/03/06 09:48:49 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.45 2011/05/03 09:42:40 grobian Exp $ + + 03 May 2011; Fabian Groffen <grobian@gentoo.org> Storable-2.250.ebuild: + Marked ~x64-freebsd 06 Mar 2011; Fabian Groffen <grobian@gentoo.org> Storable-2.250.ebuild: Marked ~ppc-aix, bug #357599 diff --git a/perl-core/Storable/Storable-2.250.ebuild b/perl-core/Storable/Storable-2.250.ebuild index 65f6889176f8..c67d851cc15e 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.2 2011/03/06 09:48:49 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.250.ebuild,v 1.3 2011/05/03 09:42:40 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 ~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" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~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" |