summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGysbert Wassenaar <nixnut@gentoo.org>2010-01-05 19:11:09 +0000
committerGysbert Wassenaar <nixnut@gentoo.org>2010-01-05 19:11:09 +0000
commitfc17567a727f9a1ceccb5c83f2f29d92e1a66675 (patch)
tree39f14ac82967de54aebe42175ba143186b92a8e3 /perl-core/Module-Build
parentppc stable #288026 (diff)
downloadgentoo-2-fc17567a727f9a1ceccb5c83f2f29d92e1a66675.tar.gz
gentoo-2-fc17567a727f9a1ceccb5c83f2f29d92e1a66675.tar.bz2
gentoo-2-fc17567a727f9a1ceccb5c83f2f29d92e1a66675.zip
ppc stable #288026
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'perl-core/Module-Build')
-rw-r--r--perl-core/Module-Build/ChangeLog7
-rw-r--r--perl-core/Module-Build/Module-Build-0.34.0201.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/perl-core/Module-Build/ChangeLog b/perl-core/Module-Build/ChangeLog
index 87924639aec1..bffa4343a087 100644
--- a/perl-core/Module-Build/ChangeLog
+++ b/perl-core/Module-Build/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for perl-core/Module-Build
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.21 2009/12/24 16:32:55 jer Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.22 2010/01/05 19:11:09 nixnut Exp $
+
+ 05 Jan 2010; nixnut <nixnut@gentoo.org> Module-Build-0.34.0201.ebuild:
+ ppc stable #288026
24 Dec 2009; Jeroen Roovers <jer@gentoo.org> Module-Build-0.36.01.ebuild:
Marked ~hppa (bug #298183).
diff --git a/perl-core/Module-Build/Module-Build-0.34.0201.ebuild b/perl-core/Module-Build/Module-Build-0.34.0201.ebuild
index de589fff4404..6c3d676fd78f 100644
--- a/perl-core/Module-Build/Module-Build-0.34.0201.ebuild
+++ b/perl-core/Module-Build/Module-Build-0.34.0201.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.34.0201.ebuild,v 1.8 2009/12/16 21:53:48 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.34.0201.ebuild,v 1.9 2010/01/05 19:11:09 nixnut Exp $
inherit versionator
MODULE_AUTHOR=DAGOLDEN
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Build and install Perl modules"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
# Removing these as hard deps. They are listed as recommended in the Build.PL,