diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-10-25 13:07:25 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-10-25 13:07:25 +0000 |
commit | b1aeb210fdcd60a92c3bc38b4768e84080a45a56 (patch) | |
tree | 9520bbd09721eaa39e71cae29d481d29107237e4 /net-misc/wget/wget-1.10.2.ebuild | |
parent | Marked Stable on amd64. (diff) | |
download | historical-b1aeb210fdcd60a92c3bc38b4768e84080a45a56.tar.gz historical-b1aeb210fdcd60a92c3bc38b4768e84080a45a56.tar.bz2 historical-b1aeb210fdcd60a92c3bc38b4768e84080a45a56.zip |
Fix for bug #110035, so now it will build statically and with ssl support. Azarah wrote the patch for that, and upstram has been notified of it.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'net-misc/wget/wget-1.10.2.ebuild')
-rw-r--r-- | net-misc/wget/wget-1.10.2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-misc/wget/wget-1.10.2.ebuild b/net-misc/wget/wget-1.10.2.ebuild index 02c08cb3489f..470c77d8a94e 100644 --- a/net-misc/wget/wget-1.10.2.ebuild +++ b/net-misc/wget/wget-1.10.2.ebuild @@ -1,16 +1,15 @@ # 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.10.2.ebuild,v 1.7 2005/10/22 09:00:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.10.2.ebuild,v 1.8 2005/10/25 13:07:25 seemant Exp $ inherit eutils flag-o-matic PATCHVER=0.1 DESCRIPTION="Network utility to retrieve files from the WWW" HOMEPAGE="http://wget.sunsite.dk/" -SRC_URI="http://dev.gentoo.org/~seemant/distfiles/${P}.tar.gz - http://dev.gentoo.org/~seemant/distfiles/${P}-gentoo-${PATCHVER}.tar.bz2 - mirror://gentoo/${P}.tar.gz +SRC_URI="mirror://gentoo/${P}.tar.gz mirror://gnu/wget/${P}.tar.gz + http://dev.gentoo.org/~seemant/distfiles/${P}-gentoo-${PATCHVER}.tar.bz2 mirror://gentoo/${P}-gentoo-${PATCHVER}.tar.bz2" LICENSE="GPL-2" |