summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <ranger@gentoo.org>2009-12-10 21:35:44 +0000
committerBrent Baude <ranger@gentoo.org>2009-12-10 21:35:44 +0000
commitef60a6b8e7a1f5f6c8ba787cf2eb57090f9b7dc2 (patch)
tree4acf3320c10526925a7f3d75eb8f65ce21bce791 /perl-core/Module-Build
parentDrop KDE SC-4.3.1. (diff)
downloadgentoo-2-ef60a6b8e7a1f5f6c8ba787cf2eb57090f9b7dc2.tar.gz
gentoo-2-ef60a6b8e7a1f5f6c8ba787cf2eb57090f9b7dc2.tar.bz2
gentoo-2-ef60a6b8e7a1f5f6c8ba787cf2eb57090f9b7dc2.zip
Marking Module-Build-0.34.0201 ppc64 for bug 288026
(Portage version: 2.1.7.1/cvs/Linux ppc64)
Diffstat (limited to 'perl-core/Module-Build')
-rw-r--r--perl-core/Module-Build/ChangeLog6
-rw-r--r--perl-core/Module-Build/Module-Build-0.34.0201.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/perl-core/Module-Build/ChangeLog b/perl-core/Module-Build/ChangeLog
index 02bf6c555310..a2405ccdf96d 100644
--- a/perl-core/Module-Build/ChangeLog
+++ b/perl-core/Module-Build/ChangeLog
@@ -1,6 +1,10 @@
# 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.16 2009/12/07 23:05:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.17 2009/12/10 21:35:44 ranger Exp $
+
+ 10 Dec 2009; Brent Baude <ranger@gentoo.org>
+ Module-Build-0.34.0201.ebuild:
+ Marking Module-Build-0.34.0201 ppc64 stable for bug 288026
07 Dec 2009; Markus Meier <maekke@gentoo.org>
Module-Build-0.34.0201.ebuild:
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 cc47737836e7..68565a51ffdc 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
# 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.5 2009/12/07 23:05:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.34.0201.ebuild,v 1.6 2009/12/10 21:35:44 ranger 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"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
IUSE=""
# Removing these as hard deps. They are listed as recommended in the Build.PL,