summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-12-07 05:59:52 +0000
committerMike Frysinger <vapier@gentoo.org>2008-12-07 05:59:52 +0000
commitfa01c5590efccf5e0ebacc1233114dc3e80162c9 (patch)
tree1527daa69f1f4cd0deb282f0bb476ab724464053 /net-misc/wget
parentRemove pointless USE=build support. (diff)
downloadgentoo-2-fa01c5590efccf5e0ebacc1233114dc3e80162c9.tar.gz
gentoo-2-fa01c5590efccf5e0ebacc1233114dc3e80162c9.tar.bz2
gentoo-2-fa01c5590efccf5e0ebacc1233114dc3e80162c9.zip
arm/s390/sh stable
Diffstat (limited to 'net-misc/wget')
-rw-r--r--net-misc/wget/wget-1.11.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/wget/wget-1.11.3.ebuild b/net-misc/wget/wget-1.11.3.ebuild
index f4c3c55b9db4..5405167add25 100644
--- a/net-misc/wget/wget-1.11.3.ebuild
+++ b/net-misc/wget/wget-1.11.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.3.ebuild,v 1.2 2008/08/14 15:37:22 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.3.ebuild,v 1.3 2008/12/07 05:59:52 vapier Exp $
inherit eutils flag-o-matic
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 arm ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
IUSE="debug ipv6 nls socks5 ssl static"
RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )