diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-10-07 11:11:07 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-10-07 11:11:07 +0000 |
commit | dc9d9d3b9644efdc1b73a77670a77ec12861b5c7 (patch) | |
tree | bcf4c6fcedb32611dc21ec694621ccc39e3a791a /dev-perl/HTTP-GHTTP | |
parent | updated (diff) | |
download | historical-dc9d9d3b9644efdc1b73a77670a77ec12861b5c7.tar.gz historical-dc9d9d3b9644efdc1b73a77670a77ec12861b5c7.tar.bz2 historical-dc9d9d3b9644efdc1b73a77670a77ec12861b5c7.zip |
DEPEND and /usr/X11 fixes
Diffstat (limited to 'dev-perl/HTTP-GHTTP')
-rw-r--r-- | dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.06.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.06.ebuild b/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.06.ebuild index c31df629963e..5fded11e6737 100644 --- a/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.06.ebuild +++ b/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.06.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.06.ebuild,v 1.4 2001/06/04 03:33:03 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.06.ebuild,v 1.5 2001/10/07 11:11:07 azarah Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,8 +10,8 @@ SRC_URI="http://cpan.valueclick.com/modules/by-module/HTTP/${A}" HOMEPAGE="http://cpan.valueclick.com/modules/by-module/HTTP/${P}.readme" DEPEND="virtual/glibc >=sys-devel/perl-5 - >=gnome-base/gnome-libs-1.2.12 - >=gnome-base/libghttp-1.0.9" + >=gnome-base/gnome-libs-1.4.1.2-r1 + >=gnome-base/libghttp-1.0.9-r1" RDEPEND="virtual/glibc >=sys-devel/perl-5 >=gnome-base/libghttp-1.0.9" |