diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:43:19 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:43:19 +0000 |
commit | 2ce9281859a4ce84c34c4b9b4873ca8425b59f9f (patch) | |
tree | 6d6fedcba4bbfa651c8c2442262129ab7a946b20 /net-misc/wget | |
parent | sync IUSE (missing), don't dep on arch for gnuconfig_update, don't assign S=$... (diff) | |
download | gentoo-2-2ce9281859a4ce84c34c4b9b4873ca8425b59f9f.tar.gz gentoo-2-2ce9281859a4ce84c34c4b9b4873ca8425b59f9f.tar.bz2 gentoo-2-2ce9281859a4ce84c34c4b9b4873ca8425b59f9f.zip |
sync IUSE (+build, -uclibc)
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/wget-1.8.2-r3.ebuild | 4 | ||||
-rw-r--r-- | net-misc/wget/wget-1.9-r2.ebuild | 4 | ||||
-rw-r--r-- | net-misc/wget/wget-1.9.1-r2.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-misc/wget/wget-1.8.2-r3.ebuild b/net-misc/wget/wget-1.8.2-r3.ebuild index 1280ef3176af..e57eccb782dd 100644 --- a/net-misc/wget/wget-1.8.2-r3.ebuild +++ b/net-misc/wget/wget-1.8.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.8.2-r3.ebuild,v 1.13 2004/06/25 00:19:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.8.2-r3.ebuild,v 1.14 2004/07/15 03:43:19 agriffis Exp $ inherit gnuconfig eutils @@ -14,7 +14,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa mips amd64 ia64" -IUSE="ssl nls static ipv6 debug" +IUSE="build debug ipv6 nls ssl static" RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )" DEPEND="sys-devel/autoconf nls? ( sys-devel/gettext )" diff --git a/net-misc/wget/wget-1.9-r2.ebuild b/net-misc/wget/wget-1.9-r2.ebuild index d79a2bd7d7b2..dad95ba02519 100644 --- a/net-misc/wget/wget-1.9-r2.ebuild +++ b/net-misc/wget/wget-1.9-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9-r2.ebuild,v 1.9 2004/06/25 00:19:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9-r2.ebuild,v 1.10 2004/07/15 03:43:19 agriffis Exp $ inherit gnuconfig eutils -IUSE="ssl nls static ipv6 debug socks5 uclibc" +IUSE="build debug ipv6 nls socks5 ssl static" PATCHVER=0.1 DESCRIPTION="Network utility to retrieve files from the WWW" diff --git a/net-misc/wget/wget-1.9.1-r2.ebuild b/net-misc/wget/wget-1.9.1-r2.ebuild index 19aaaecbe69b..0c379e82c429 100644 --- a/net-misc/wget/wget-1.9.1-r2.ebuild +++ b/net-misc/wget/wget-1.9.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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-r2.ebuild,v 1.15 2004/07/11 02:42:57 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r2.ebuild,v 1.16 2004/07/15 03:43:19 agriffis Exp $ inherit gnuconfig eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ppc64 ~sparc ~mips alpha arm hppa amd64 ~ia64 s390 macos" -IUSE="ssl nls static ipv6 debug socks5" +IUSE="build debug ipv6 nls socks5 ssl static" RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )" DEPEND="nls? ( sys-devel/gettext ) |