diff options
author | 2013-02-08 20:19:47 +0000 | |
---|---|---|
committer | 2013-02-08 20:19:47 +0000 | |
commit | 7d942ca156e5283705662c13cf8c164c5c804d7b (patch) | |
tree | 4bd9d9b4febf7a0147e6307f281c05e63b12bc47 /perl-core | |
parent | Keyword amd64-linux and x86-linux (diff) | |
download | gentoo-2-7d942ca156e5283705662c13cf8c164c5c804d7b.tar.gz gentoo-2-7d942ca156e5283705662c13cf8c164c5c804d7b.tar.bz2 gentoo-2-7d942ca156e5283705662c13cf8c164c5c804d7b.zip |
Keyword amd64-linux and x86-linux
(Portage version: 2.2.01.21688-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Data-Dumper/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Data-Dumper/Data-Dumper-2.139.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/perl-core/Data-Dumper/ChangeLog b/perl-core/Data-Dumper/ChangeLog index 3c71a812c3d5..ec70edcabfe2 100644 --- a/perl-core/Data-Dumper/ChangeLog +++ b/perl-core/Data-Dumper/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Data-Dumper -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Data-Dumper/ChangeLog,v 1.11 2012/12/26 08:28:20 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Data-Dumper/ChangeLog,v 1.12 2013/02/08 20:19:47 bicatali Exp $ + + 08 Feb 2013; Sébastien Fabbro <bicatali@gentoo.org> + Data-Dumper-2.139.0.ebuild: + Keyword amd64-linux and x86-linux *Data-Dumper-2.139.0 (26 Dec 2012) diff --git a/perl-core/Data-Dumper/Data-Dumper-2.139.0.ebuild b/perl-core/Data-Dumper/Data-Dumper-2.139.0.ebuild index a0940c07b22e..f3caaecd5f99 100644 --- a/perl-core/Data-Dumper/Data-Dumper-2.139.0.ebuild +++ b/perl-core/Data-Dumper/Data-Dumper-2.139.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Data-Dumper/Data-Dumper-2.139.0.ebuild,v 1.1 2012/12/26 08:28:20 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Data-Dumper/Data-Dumper-2.139.0.ebuild,v 1.2 2013/02/08 20:19:47 bicatali Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Stringified perl data structures, suitable for both printing and eval" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="" SRC_TEST="do" |