summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/WWW-Bugzilla')
-rw-r--r--dev-perl/WWW-Bugzilla/ChangeLog5
-rw-r--r--dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild7
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-perl/WWW-Bugzilla/ChangeLog b/dev-perl/WWW-Bugzilla/ChangeLog
index 33188ac45b5b..c23af8cc6f12 100644
--- a/dev-perl/WWW-Bugzilla/ChangeLog
+++ b/dev-perl/WWW-Bugzilla/ChangeLog
@@ -1,6 +1,9 @@
# 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.2 2004/03/02 18:02:23 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.3 2004/03/24 23:11:38 mholzer Exp $
+
+ 25 Mar 2004; Martin Holzer <mholzer@gentoo.org> WWW-Bugzilla-0.2.ebuild:
+ fixing depend. see 45343
02 Mar 2004; Dylan Carlson <absinthe@gentoo.org> WWW-Bugzilla-0.2.ebuild:
Added amd64 to KEYWORDS.
diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild
index e7843b41055f..111d40398468 100644
--- a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild
+++ b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.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.2.ebuild,v 1.2 2004/03/02 18:02:23 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild,v 1.3 2004/03/24 23:11:38 mholzer Exp $
inherit perl-module
@@ -13,7 +13,6 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 sparc amd64"
-RDEPEND="dev-perl/WWW-Mechanize
- dev-perl/Class-MethodMaker"
+DEPEND="dev-perl/WWW-Mechanize
+ dev-perl/Class-MethodMaker"
-DEPEND="${RDEPEND}"