diff options
Diffstat (limited to 'dev-perl/WWW-Mechanize/WWW-Mechanize-1.18.ebuild')
-rw-r--r-- | dev-perl/WWW-Mechanize/WWW-Mechanize-1.18.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.18.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.18.ebuild index ed7ef6357d54..8c80a98bb1ab 100644 --- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.18.ebuild +++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.18.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-Mechanize/WWW-Mechanize-1.18.ebuild,v 1.5 2006/07/16 15:56:31 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.18.ebuild,v 1.6 2006/08/06 01:04:47 mcummings Exp $ inherit perl-module @@ -19,7 +19,10 @@ KEYWORDS="~amd64 ppc sparc ~x86" # configure to run the local tests, but not the ones which access the Internet myconf="--local --mech-dump --nolive" -RDEPEND="dev-perl/IO-Socket-SSL +DEPEND="${RDEPEND}" + +RDEPEND="dev-lang/perl + dev-perl/IO-Socket-SSL >=dev-perl/libwww-perl-5.76 >=dev-perl/URI-1.25 >=dev-perl/HTML-Parser-3.34 @@ -29,4 +32,3 @@ RDEPEND="dev-perl/IO-Socket-SSL dev-perl/Test-Warn dev-perl/Test-Memory-Cycle )" -DEPEND="${RDEPEND}" |