diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-21 00:56:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-21 00:56:10 +0000 |
commit | 78ff1df01c1bd7a21252f9b43506919fef779c0a (patch) | |
tree | 54244910102c792c9461e6ab8d574559eb4af9e3 /net-misc | |
parent | fix install #31365 (diff) | |
download | historical-78ff1df01c1bd7a21252f9b43506919fef779c0a.tar.gz historical-78ff1df01c1bd7a21252f9b43506919fef779c0a.tar.bz2 historical-78ff1df01c1bd7a21252f9b43506919fef779c0a.zip |
hppa stable
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/wget/wget-1.9.1-r2.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net-misc/wget/wget-1.9.1-r2.ebuild b/net-misc/wget/wget-1.9.1-r2.ebuild index 3d60e617b250..6e20e5730659 100644 --- a/net-misc/wget/wget-1.9.1-r2.ebuild +++ b/net-misc/wget/wget-1.9.1-r2.ebuild @@ -1,20 +1,18 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r2.ebuild,v 1.4 2003/12/17 04:33:48 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r2.ebuild,v 1.5 2004/01/21 00:56:10 vapier Exp $ inherit gnuconfig -IUSE="ssl nls static ipv6 debug socks5" - NPVER=20031022 DESCRIPTION="Network utility to retrieve files from the WWW" HOMEPAGE="http://www.cg.tuwien.ac.at/~prikryl/wget.html" SRC_URI="mirror://gnu/wget/${P}.tar.gz" -#RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~arm ~mips ~amd64 ~ia64 ppc64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa ~arm ~mips ~amd64 ~ia64 ppc64" +IUSE="ssl nls static ipv6 debug socks5" RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )" DEPEND="nls? ( sys-devel/gettext ) |