summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-11-04 10:00:44 +0000
committerMike Frysinger <vapier@gentoo.org>2008-11-04 10:00:44 +0000
commitddecc9c5ae5d47061424d4866583d39096f046bf (patch)
tree471ad7c0269ddaef9aa66826d4e8ae0c2f28c4bb /perl-core
parentpurge - remove old stuff (diff)
downloadgentoo-2-ddecc9c5ae5d47061424d4866583d39096f046bf.tar.gz
gentoo-2-ddecc9c5ae5d47061424d4866583d39096f046bf.tar.bz2
gentoo-2-ddecc9c5ae5d47061424d4866583d39096f046bf.zip
Add arm/s390/sh love.
(Portage version: 2.2_rc13/cvs/Linux 2.6.27.4 x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/Module-Build/ChangeLog8
-rw-r--r--perl-core/Module-Build/Module-Build-0.28.08.ebuild4
-rw-r--r--perl-core/Module-Build/Module-Build-0.30.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/perl-core/Module-Build/ChangeLog b/perl-core/Module-Build/ChangeLog
index e70fb3729307..7ec063a29859 100644
--- a/perl-core/Module-Build/ChangeLog
+++ b/perl-core/Module-Build/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for perl-core/Module-Build
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.1 2008/11/02 07:27:45 tove Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.2 2008/11/04 10:00:44 vapier Exp $
+
+ 04 Nov 2008; Mike Frysinger <vapier@gentoo.org>
+ Module-Build-0.28.08.ebuild, Module-Build-0.30.ebuild:
+ Add arm/s390/sh love.
*Module-Build-0.30 (01 Nov 2008)
*Module-Build-0.28.08 (01 Nov 2008)
diff --git a/perl-core/Module-Build/Module-Build-0.28.08.ebuild b/perl-core/Module-Build/Module-Build-0.28.08.ebuild
index 50e7f4eeac38..9c72d075a1fa 100644
--- a/perl-core/Module-Build/Module-Build-0.28.08.ebuild
+++ b/perl-core/Module-Build/Module-Build-0.28.08.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 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.28.08.ebuild,v 1.1 2008/11/02 07:27:45 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.28.08.ebuild,v 1.2 2008/11/04 10:00:44 vapier Exp $
inherit versionator perl-module
@@ -13,7 +13,7 @@ SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${MY_P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 m68k mips ppc ppc64 sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
IUSE=""
# Removing these as hard deps. They are listed as recommended in the Build.PL,
diff --git a/perl-core/Module-Build/Module-Build-0.30.ebuild b/perl-core/Module-Build/Module-Build-0.30.ebuild
index b5ff2145c28e..82fae2c90762 100644
--- a/perl-core/Module-Build/Module-Build-0.30.ebuild
+++ b/perl-core/Module-Build/Module-Build-0.30.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 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.30.ebuild,v 1.1 2008/11/02 07:27:45 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.30.ebuild,v 1.2 2008/11/04 10:00:44 vapier Exp $
inherit versionator
MODULE_AUTHOR=KWILLIAMS
@@ -13,7 +13,7 @@ DESCRIPTION="Build and install Perl modules"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE=""
# Removing these as hard deps. They are listed as recommended in the Build.PL,