diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-05-10 12:25:16 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-05-10 12:25:16 +0000 |
commit | e7522ba37987304b3e65b3f6a2760482ce65a99a (patch) | |
tree | 28a23cca78c3415c8c22192818d1a14a1cc0ecad /net-misc/wget | |
parent | remove crufty ebuilds (diff) | |
download | gentoo-2-e7522ba37987304b3e65b3f6a2760482ce65a99a.tar.gz gentoo-2-e7522ba37987304b3e65b3f6a2760482ce65a99a.tar.bz2 gentoo-2-e7522ba37987304b3e65b3f6a2760482ce65a99a.zip |
make sure to RDEPEND on a socks5 implementation -- dante is the only one I can figure out that does implement it. Closing bug #89523 by Mihai Limbasan <mihailim@gmail.com>
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/wget/wget-1.9.1-r3.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index 6352f0b495e9..78fa9428f77d 100644 --- a/net-misc/wget/ChangeLog +++ b/net-misc/wget/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/wget # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.54 2005/03/14 18:23:44 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.55 2005/05/10 12:25:16 seemant Exp $ + + 10 May 2005; Seemant Kulleen <seemant@gentoo.org> wget-1.9.1-r3.ebuild: + make sure to RDEPEND on a socks5 implementation -- dante is the only one I + can figure out that does implement it. Closing bug #89523 by Mihai Limbasan + <mihailim@gmail.com> 14 Mar 2005; Hardave Riar <hardave@gentoo.org> wget-1.9.1-r3.ebuild: Stable on mips, bug #74008. diff --git a/net-misc/wget/wget-1.9.1-r3.ebuild b/net-misc/wget/wget-1.9.1-r3.ebuild index ac97a0ca72b1..7630c4b0dac8 100644 --- a/net-misc/wget/wget-1.9.1-r3.ebuild +++ b/net-misc/wget/wget-1.9.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r3.ebuild,v 1.10 2005/03/14 18:23:44 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r3.ebuild,v 1.11 2005/05/10 12:25:16 seemant Exp $ inherit gnuconfig eutils @@ -14,7 +14,8 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ppc-macos s390 sh sparc x86" IUSE="build debug ipv6 nls socks5 ssl static" -RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )" +RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b ) + socks5? ( net-proxy/dante )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) sys-devel/autoconf" |