summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Jezak <josejx@gentoo.org>2010-05-12 22:28:43 +0000
committerJoseph Jezak <josejx@gentoo.org>2010-05-12 22:28:43 +0000
commit5dfb42f39166e86ea002dae71dce5a136761df13 (patch)
tree136376501f52f9451fcb6770a2a2412fea48e58b /perl-core
parentMarked ~ppc for bug #317877. (diff)
downloadgentoo-2-5dfb42f39166e86ea002dae71dce5a136761df13.tar.gz
gentoo-2-5dfb42f39166e86ea002dae71dce5a136761df13.tar.bz2
gentoo-2-5dfb42f39166e86ea002dae71dce5a136761df13.zip
Marked ~ppc for bug #317877.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/ExtUtils-MakeMaker/ChangeLog6
-rw-r--r--perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.56.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/perl-core/ExtUtils-MakeMaker/ChangeLog b/perl-core/ExtUtils-MakeMaker/ChangeLog
index d150d6298f14..0373269cd7f2 100644
--- a/perl-core/ExtUtils-MakeMaker/ChangeLog
+++ b/perl-core/ExtUtils-MakeMaker/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for perl-core/ExtUtils-MakeMaker
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog,v 1.13 2010/05/09 17:55:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog,v 1.14 2010/05/12 22:28:43 josejx Exp $
+
+ 12 May 2010; Joseph Jezak <josejx@gentoo.org>
+ ExtUtils-MakeMaker-6.56.ebuild:
+ Marked ~ppc for bug #317877.
09 May 2010; Raúl Porcel <armin76@gentoo.org>
ExtUtils-MakeMaker-6.56.ebuild:
diff --git a/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.56.ebuild b/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.56.ebuild
index 2364d050189c..45b4c2ce6959 100644
--- a/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.56.ebuild
+++ b/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.56.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.56.ebuild,v 1.3 2010/05/09 17:55:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.56.ebuild,v 1.4 2010/05/12 22:28:43 josejx Exp $
EAPI=2
@@ -11,7 +11,7 @@ DESCRIPTION="Create a module Makefile"
HOMEPAGE="http://makemaker.org ${HOMEPAGE}"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""
PATCHES=( "${FILESDIR}/RUNPATH-6.54.patch" )