From 845f7018e4b74971c2b36428c0fa8b60d91962b3 Mon Sep 17 00:00:00 2001 From: Martin Holzer Date: Wed, 24 Mar 2004 23:12:35 +0000 Subject: fixing depend. see 45343 --- dev-perl/WWW-Bugzilla/ChangeLog | 5 ++++- dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild | 7 +++---- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'dev-perl/WWW-Bugzilla') 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 WWW-Bugzilla-0.2.ebuild: + fixing depend. see 45343 02 Mar 2004; Dylan Carlson 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}" -- cgit v1.2.3-65-gdbad