diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 01:01:45 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 01:01:45 +0000 |
commit | 9d84472c22ff3e18d6a14e0eaa429cd1f8a9bd49 (patch) | |
tree | afb09959c02a267cac1f97fb972177eb8a772403 /dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.8.ebuild | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-9d84472c22ff3e18d6a14e0eaa429cd1f8a9bd49.tar.gz gentoo-2-9d84472c22ff3e18d6a14e0eaa429cd1f8a9bd49.tar.bz2 gentoo-2-9d84472c22ff3e18d6a14e0eaa429cd1f8a9bd49.zip |
Adding perl dep; fixed DEPEND
(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, 5 insertions, 3 deletions
diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.8.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.8.ebuild index df634af64ef4..bbd6253789b0 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.1 2006/06/22 08:16:20 ian Exp $ +# $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 $ inherit perl-module @@ -13,6 +13,8 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" -RDEPEND="dev-perl/WWW-Mechanize - <dev-perl/Class-MethodMaker-2" +RDEPEND="${RDEPEND} + dev-lang/perl" DEPEND="${RDEPEND}" + + |