diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-08-30 14:42:12 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-08-30 14:42:12 +0000 |
commit | 00c9f3c1ed459ee03833c5ee8762b3c8677d2bcc (patch) | |
tree | 2438f12976f7cccc1104881f804b45e5050f6986 /net-misc/wget/wget-1.11.4.ebuild | |
parent | Remove older ebuild. (diff) | |
download | gentoo-2-00c9f3c1ed459ee03833c5ee8762b3c8677d2bcc.tar.gz gentoo-2-00c9f3c1ed459ee03833c5ee8762b3c8677d2bcc.tar.bz2 gentoo-2-00c9f3c1ed459ee03833c5ee8762b3c8677d2bcc.zip |
Stable on alpha, bug #281876
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/wget/wget-1.11.4.ebuild')
-rw-r--r-- | net-misc/wget/wget-1.11.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/wget/wget-1.11.4.ebuild b/net-misc/wget/wget-1.11.4.ebuild index d71c2d952b1c..9bd6548ec3f4 100644 --- a/net-misc/wget/wget-1.11.4.ebuild +++ b/net-misc/wget/wget-1.11.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.4.ebuild,v 1.4 2009/08/29 19:51:02 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.4.ebuild,v 1.5 2009/08/30 14:42:12 klausman 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 x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="debug ipv6 nls ssl static" RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )" |