summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hartmann <ian@gentoo.org>2006-07-05 17:42:47 +0000
committerChristian Hartmann <ian@gentoo.org>2006-07-05 17:42:47 +0000
commit1208a0f9e9f676fd7425bc9cab6693c4c12d744a (patch)
tree79fe1b5451c132fa276a01d02b8ff885cb3b88c3 /dev-perl/libwww-perl/libwww-perl-5.803.ebuild
parentFixed RDEPEND wrt bug #134781; fixed header; fixed DEPEND (diff)
downloadgentoo-2-1208a0f9e9f676fd7425bc9cab6693c4c12d744a.tar.gz
gentoo-2-1208a0f9e9f676fd7425bc9cab6693c4c12d744a.tar.bz2
gentoo-2-1208a0f9e9f676fd7425bc9cab6693c4c12d744a.zip
Fixed RDEPEND wrt bug #134781
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-perl/libwww-perl/libwww-perl-5.803.ebuild')
-rw-r--r--dev-perl/libwww-perl/libwww-perl-5.803.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/libwww-perl/libwww-perl-5.803.ebuild b/dev-perl/libwww-perl/libwww-perl-5.803.ebuild
index 32308c25536c..99ff4f464259 100644
--- a/dev-perl/libwww-perl/libwww-perl-5.803.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-5.803.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/libwww-perl/libwww-perl-5.803.ebuild,v 1.4 2006/04/26 15:20:26 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.803.ebuild,v 1.5 2006/07/05 17:42:47 ian Exp $
inherit perl-module
@@ -19,6 +19,7 @@ DEPEND="virtual/perl-libnet
>=virtual/perl-MIME-Base64-2.12
dev-perl/Compress-Zlib
ssl? ( dev-perl/Crypt-SSLeay )"
+RDEPEND="${DEPEND}"
src_compile() {
yes "" | perl Makefile.PL ${myconf} \
@@ -27,4 +28,4 @@ src_compile() {
pkg_postinst() {
perl-module_pkg_postinst
-}
+} \ No newline at end of file