diff options
Diffstat (limited to 'net-misc/wget/wget-1.9.1-r4.ebuild')
-rw-r--r-- | net-misc/wget/wget-1.9.1-r4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/wget/wget-1.9.1-r4.ebuild b/net-misc/wget/wget-1.9.1-r4.ebuild index 9a534254e40e..57bd26815d02 100644 --- a/net-misc/wget/wget-1.9.1-r4.ebuild +++ b/net-misc/wget/wget-1.9.1-r4.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-r4.ebuild,v 1.1 2005/05/10 15:56:47 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r4.ebuild,v 1.2 2005/05/10 15:57:54 seemant Exp $ inherit gnuconfig eutils flag-o-matic @@ -15,7 +15,8 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ppc-macos s390 sh sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~ppc-macos ~s390 ~sh +~sparc ~x86" RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b ) socks5? ( net-proxy/dante )" |