diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-21 17:21:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-21 17:21:29 +0000 |
commit | 3bce8309bf15eada0e5d4462b5825000b0e25cb5 (patch) | |
tree | 7bf935f0934c22abaa78f846e06a0464d9cd9549 /perl-core/Data-Dumper | |
parent | Stable for amd64, wrt bug #403737 (diff) | |
download | gentoo-2-3bce8309bf15eada0e5d4462b5825000b0e25cb5.tar.gz gentoo-2-3bce8309bf15eada0e5d4462b5825000b0e25cb5.tar.bz2 gentoo-2-3bce8309bf15eada0e5d4462b5825000b0e25cb5.zip |
Stable for amd64, wrt bug #403737
(Portage version: 2.1.10.44/cvs/Linux x86_64)
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.131.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 36401ebf7d7d..6c618517d869 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Data-Dumper/ChangeLog,v 1.2 2012/02/08 19:52:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Data-Dumper/ChangeLog,v 1.3 2012/02/21 17:21:29 ago Exp $ + + 21 Feb 2012; Agostino Sarubbo <ago@gentoo.org> Data-Dumper-2.131.0.ebuild: + Stable for amd64, wrt bug #403737 08 Feb 2012; Jeroen Roovers <jer@gentoo.org> Data-Dumper-2.131.0.ebuild: Marked ~hppa (bug #399649). diff --git a/perl-core/Data-Dumper/Data-Dumper-2.131.0.ebuild b/perl-core/Data-Dumper/Data-Dumper-2.131.0.ebuild index 4e8b0586fca7..91464075f3f5 100644 --- a/perl-core/Data-Dumper/Data-Dumper-2.131.0.ebuild +++ b/perl-core/Data-Dumper/Data-Dumper-2.131.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.131.0.ebuild,v 1.2 2012/02/08 19:52:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Data-Dumper/Data-Dumper-2.131.0.ebuild,v 1.3 2012/02/21 17:21:29 ago 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 ~hppa ~x86" +KEYWORDS="amd64 ~hppa ~x86" IUSE="" SRC_TEST="do" |