diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-05-10 15:57:54 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-05-10 15:57:54 +0000 |
commit | 1ebe4c79d68859c5f4e02868571bd262f28e6d19 (patch) | |
tree | 8de562fcea514c667473e11096d160a7fcac4e26 /net-misc/wget | |
parent | revision bump which now adds patches from mandrake's source rpm to handle lar... (diff) | |
download | gentoo-2-1ebe4c79d68859c5f4e02868571bd262f28e6d19.tar.gz gentoo-2-1ebe4c79d68859c5f4e02868571bd262f28e6d19.tar.bz2 gentoo-2-1ebe4c79d68859c5f4e02868571bd262f28e6d19.zip |
keywords all to testing
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'net-misc/wget')
-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 )" |