summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2006-10-21 14:52:12 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2006-10-21 14:52:12 +0000
commitc291acd5bffbe246fa816e0a3c37ca02822cafbf (patch)
tree15dea19a6485640bd93cb47521f1a685916bf541 /dev-perl/module-build
parentUse unicode flag to enable multi-byte character support, not nls. (diff)
downloadhistorical-c291acd5bffbe246fa816e0a3c37ca02822cafbf.tar.gz
historical-c291acd5bffbe246fa816e0a3c37ca02822cafbf.tar.bz2
historical-c291acd5bffbe246fa816e0a3c37ca02822cafbf.zip
ppc stable
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'dev-perl/module-build')
-rw-r--r--dev-perl/module-build/ChangeLog6
-rw-r--r--dev-perl/module-build/module-build-0.28.05.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/module-build/ChangeLog b/dev-perl/module-build/ChangeLog
index e39e1d0c7d21..46d53abffcb9 100644
--- a/dev-perl/module-build/ChangeLog
+++ b/dev-perl/module-build/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/module-build
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.53 2006/10/20 23:39:49 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.54 2006/10/21 14:51:14 dertobi123 Exp $
+
+ 21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org>
+ module-build-0.28.05.ebuild:
+ ppc stable
20 Oct 2006; Aron Griffis <agriffis@gentoo.org>
module-build-0.28.05.ebuild:
diff --git a/dev-perl/module-build/module-build-0.28.05.ebuild b/dev-perl/module-build/module-build-0.28.05.ebuild
index a794721d2e3a..985d0fcca95a 100644
--- a/dev-perl/module-build/module-build-0.28.05.ebuild
+++ b/dev-perl/module-build/module-build-0.28.05.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.28.05.ebuild,v 1.4 2006/10/20 23:39:49 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.28.05.ebuild,v 1.5 2006/10/21 14:51:14 dertobi123 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 ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 sparc ~x86 ~x86-fbsd"
IUSE=""
# Removing these as hard deps. They are listed as recommended in the Build.PL,