diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-05 13:04:59 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-05 13:04:59 +0000 |
commit | a37faf89c7175ec1db6de7711ff0d3e50e9ad3ea (patch) | |
tree | 85edba7392ca5b903505f18f20287a453133bd35 /dev-perl/WWW-Mechanize/WWW-Mechanize-1.04.ebuild | |
parent | Fixed RDEPEND wrt bug #134781; fixed header (diff) | |
download | gentoo-2-a37faf89c7175ec1db6de7711ff0d3e50e9ad3ea.tar.gz gentoo-2-a37faf89c7175ec1db6de7711ff0d3e50e9ad3ea.tar.bz2 gentoo-2-a37faf89c7175ec1db6de7711ff0d3e50e9ad3ea.zip |
Fixed RDEPEND wrt bug #134781
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-perl/WWW-Mechanize/WWW-Mechanize-1.04.ebuild')
-rw-r--r-- | dev-perl/WWW-Mechanize/WWW-Mechanize-1.04.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.04.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.04.ebuild index b73ba0e35382..67c34453a5e7 100644 --- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.04.ebuild +++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.04.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.04.ebuild,v 1.6 2006/04/05 10:44:32 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.04.ebuild,v 1.7 2006/07/05 13:04:59 ian Exp $ inherit perl-module @@ -16,7 +16,8 @@ DEPEND="dev-perl/IO-Socket-SSL >=dev-perl/libwww-perl-5.76 dev-perl/URI dev-perl/HTML-Parser" +RDEPEND="${DEPEND}" src_compile() { echo "y" | perl-module_src_compile -} +}
\ No newline at end of file |