summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2008-03-28 09:30:15 +0000
committerJeroen Roovers <jer@gentoo.org>2008-03-28 09:30:15 +0000
commitd335ef98fadd02a35bccd936e20b447d562070af (patch)
tree5ce39ee36eccd6ca1c77d576d90a220cbd96d14d /dev-perl
parentStable for HPPA too. (diff)
downloadgentoo-2-d335ef98fadd02a35bccd936e20b447d562070af.tar.gz
gentoo-2-d335ef98fadd02a35bccd936e20b447d562070af.tar.bz2
gentoo-2-d335ef98fadd02a35bccd936e20b447d562070af.zip
Stable for HPPA too.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/module-build/ChangeLog7
-rw-r--r--dev-perl/module-build/module-build-0.28.08.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/module-build/ChangeLog b/dev-perl/module-build/ChangeLog
index ea722ed130c0..3cb239d147bf 100644
--- a/dev-perl/module-build/ChangeLog
+++ b/dev-perl/module-build/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/module-build
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.72 2007/12/29 10:35:33 welp Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.73 2008/03/28 09:30:15 jer Exp $
+
+ 28 Mar 2008; Jeroen Roovers <jer@gentoo.org> module-build-0.28.08.ebuild:
+ Stable for HPPA too.
29 Dec 2007; <welp@gentoo.org> module-build-0.28.08.ebuild:
Keyworded ~sparc-fbsd; bug 203655
diff --git a/dev-perl/module-build/module-build-0.28.08.ebuild b/dev-perl/module-build/module-build-0.28.08.ebuild
index 8c5999e54e80..ee63b0bf1fc7 100644
--- a/dev-perl/module-build/module-build-0.28.08.ebuild
+++ b/dev-perl/module-build/module-build-0.28.08.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.08.ebuild,v 1.9 2007/12/29 10:35:33 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.28.08.ebuild,v 1.10 2008/03/28 09:30:15 jer 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 hppa ia64 m68k mips ppc ppc64 sparc ~sparc-fbsd x86 ~x86-fbsd"
IUSE="test"
# Removing these as hard deps. They are listed as recommended in the Build.PL,