summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-06-13 13:53:26 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-06-13 13:53:26 +0000
commitcbe0170d9b7dbfbe5452cb7e6b0168e34a8da83c (patch)
tree336f3d1614b4dcc4b5faf58c0288a68f16de520c /dev-perl
parentmove .6 to .60 so portage would recognize it as an upgrade (Manifest recommit) (diff)
downloadgentoo-2-cbe0170d9b7dbfbe5452cb7e6b0168e34a8da83c.tar.gz
gentoo-2-cbe0170d9b7dbfbe5452cb7e6b0168e34a8da83c.tar.bz2
gentoo-2-cbe0170d9b7dbfbe5452cb7e6b0168e34a8da83c.zip
forcing lower class-methodmaker until upstream fix available
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/WWW-Bugzilla/ChangeLog8
-rw-r--r--dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild4
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-perl/WWW-Bugzilla/ChangeLog b/dev-perl/WWW-Bugzilla/ChangeLog
index 0617795de7a5..19b1efde32f4 100644
--- a/dev-perl/WWW-Bugzilla/ChangeLog
+++ b/dev-perl/WWW-Bugzilla/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/WWW-Bugzilla
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.4 2004/06/11 08:45:18 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.5 2004/06/13 13:53:26 mcummings Exp $
+
+ 13 Jun 2004; Michael Cummings <mcummings@gentoo.org>
+ WWW-Bugzilla-0.4.ebuild:
+ Forcing a lower version of Class-MethodMaker until bug 6603 on rt.cpan can be
+ addressed. I have a nasty fix, but would rather upstream corrected it on their
+ end.
*WWW-Bugzilla-0.4 (11 Jun 2004)
diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild
index 9adea5244856..c8adc71d41cb 100644
--- a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild
+++ b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild,v 1.2 2004/06/11 08:45:18 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild,v 1.3 2004/06/13 13:53:26 mcummings Exp $
inherit perl-module
@@ -14,7 +14,7 @@ LICENSE="GPL-2"
KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
RDEPEND="dev-perl/WWW-Mechanize
- dev-perl/Class-MethodMaker"
+ <dev-perl/Class-MethodMaker-2*"
DEPEND="${RDEPEND}"