diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 01:08:22 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 01:08:22 +0000 |
commit | 45cd9a2cd53cb29e4c88996f039a4ef9db4a592f (patch) | |
tree | ab49467253386f772a77f7010690d04e545388d7 /dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.8.ebuild | |
parent | Accidently lost rdeps. recoverd. (diff) | |
download | gentoo-2-45cd9a2cd53cb29e4c88996f039a4ef9db4a592f.tar.gz gentoo-2-45cd9a2cd53cb29e4c88996f039a4ef9db4a592f.tar.bz2 gentoo-2-45cd9a2cd53cb29e4c88996f039a4ef9db4a592f.zip |
Accidently lost rdeps. recoverd.
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.8.ebuild')
-rw-r--r-- | dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.8.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.8.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.8.ebuild index bbd6253789b0..9d9f64f4b5a8 100644 --- a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.8.ebuild +++ b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.8.ebuild,v 1.2 2006/08/06 01:01:45 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.8.ebuild,v 1.3 2006/08/06 01:08:22 mcummings Exp $ inherit perl-module @@ -13,8 +13,8 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" -RDEPEND="${RDEPEND} +RDEPEND="dev-perl/WWW-Mechanize + <dev-perl/Class-MethodMaker-2 dev-lang/perl" -DEPEND="${RDEPEND}" - +DEPEND="${RDEPEND}" |