diff options
author | 2013-10-24 14:34:30 +0000 | |
---|---|---|
committer | 2013-10-24 14:34:30 +0000 | |
commit | b8a72c1ee0dd236c9d7c59862a286408a7f69f9a (patch) | |
tree | 51d5c463b7af7d0e06986a79dcffb87071a64602 /perl-core/ExtUtils-Constant | |
parent | Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkan... (diff) | |
download | gentoo-2-b8a72c1ee0dd236c9d7c59862a286408a7f69f9a.tar.gz gentoo-2-b8a72c1ee0dd236c9d7c59862a286408a7f69f9a.tar.bz2 gentoo-2-b8a72c1ee0dd236c9d7c59862a286408a7f69f9a.zip |
Marked ~hppa (bug #474822).
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'perl-core/ExtUtils-Constant')
-rw-r--r-- | perl-core/ExtUtils-Constant/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/ExtUtils-Constant/ExtUtils-Constant-0.230.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/perl-core/ExtUtils-Constant/ChangeLog b/perl-core/ExtUtils-Constant/ChangeLog index 18d8f33f5f04..ac93e161e3d9 100644 --- a/perl-core/ExtUtils-Constant/ChangeLog +++ b/perl-core/ExtUtils-Constant/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/ExtUtils-Constant -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Constant/ChangeLog,v 1.2 2012/06/24 15:39:02 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Constant/ChangeLog,v 1.3 2013/10/24 14:34:30 jer Exp $ + + 24 Oct 2013; Jeroen Roovers <jer@gentoo.org> + ExtUtils-Constant-0.230.0.ebuild: + Marked ~hppa (bug #474822). 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/perl-core/ExtUtils-Constant/ExtUtils-Constant-0.230.0.ebuild b/perl-core/ExtUtils-Constant/ExtUtils-Constant-0.230.0.ebuild index 386caf105297..3b4e97b217aa 100644 --- a/perl-core/ExtUtils-Constant/ExtUtils-Constant-0.230.0.ebuild +++ b/perl-core/ExtUtils-Constant/ExtUtils-Constant-0.230.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/ExtUtils-Constant/ExtUtils-Constant-0.230.0.ebuild,v 1.1 2012/06/16 20:06:08 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Constant/ExtUtils-Constant-0.230.0.ebuild,v 1.2 2013/10/24 14:34:30 jer Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Generate XS code to import C header constants" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~hppa ~x86" IUSE="" SRC_TEST="do" |