diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-29 12:02:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-29 12:02:34 +0000 |
commit | d95d8bb72705f3a80c2a8bc32d7f8f16dad5a3f9 (patch) | |
tree | f10cfd2093fc15f161f25a4ddbb353393e25392b /perl-core/Data-Dumper | |
parent | Stable for sparc, wrt bug #527056 (diff) | |
download | gentoo-2-d95d8bb72705f3a80c2a8bc32d7f8f16dad5a3f9.tar.gz gentoo-2-d95d8bb72705f3a80c2a8bc32d7f8f16dad5a3f9.tar.bz2 gentoo-2-d95d8bb72705f3a80c2a8bc32d7f8f16dad5a3f9.zip |
Stable for sparc, wrt bug #523624
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'perl-core/Data-Dumper')
-rw-r--r-- | perl-core/Data-Dumper/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Data-Dumper/Data-Dumper-2.154.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/Data-Dumper/ChangeLog b/perl-core/Data-Dumper/ChangeLog index 0c452f16f95b..b184034181d8 100644 --- a/perl-core/Data-Dumper/ChangeLog +++ b/perl-core/Data-Dumper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Data-Dumper # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Data-Dumper/ChangeLog,v 1.27 2014/10/29 10:25:41 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Data-Dumper/ChangeLog,v 1.28 2014/10/29 12:02:34 ago Exp $ + + 29 Oct 2014; Agostino Sarubbo <ago@gentoo.org> Data-Dumper-2.154.0.ebuild: + Stable for sparc, wrt bug #523624 29 Oct 2014; Tobias Klausmann <klausman@gentoo.org> Data-Dumper-2.154.0.ebuild: diff --git a/perl-core/Data-Dumper/Data-Dumper-2.154.0.ebuild b/perl-core/Data-Dumper/Data-Dumper-2.154.0.ebuild index dc8eff05c2e0..69e3c53e2ed7 100644 --- a/perl-core/Data-Dumper/Data-Dumper-2.154.0.ebuild +++ b/perl-core/Data-Dumper/Data-Dumper-2.154.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.154.0.ebuild,v 1.8 2014/10/29 10:25:41 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Data-Dumper/Data-Dumper-2.154.0.ebuild,v 1.9 2014/10/29 12:02:34 ago Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Stringified perl data structures, suitable for both printing and eval" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="" SRC_TEST="do" |