diff options
author | Hardave Rior <hardave@gentoo.org> | 2005-11-20 14:13:51 +0000 |
---|---|---|
committer | Hardave Rior <hardave@gentoo.org> | 2005-11-20 14:13:51 +0000 |
commit | 23c0c0c9122d33236d6b7f77aa77dd650825bc86 (patch) | |
tree | b89a7bf24c068aca0b8e572dbcf6b72815d582e0 /net-misc/wget | |
parent | added pkg_config to enable and disable plugin in vdr-config-file (diff) | |
download | gentoo-2-23c0c0c9122d33236d6b7f77aa77dd650825bc86.tar.gz gentoo-2-23c0c0c9122d33236d6b7f77aa77dd650825bc86.tar.bz2 gentoo-2-23c0c0c9122d33236d6b7f77aa77dd650825bc86.zip |
Stable on mips.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wget/wget-1.10.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index 05105422a3ed..605eaef7d7b9 100644 --- a/net-misc/wget/ChangeLog +++ b/net-misc/wget/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wget # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.82 2005/11/03 22:36:26 dostrow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.83 2005/11/20 14:13:51 hardave Exp $ + + 20 Nov 2005; Hardave Riar <hardave@gentoo.org> wget-1.10.2.ebuild: + Stable on mips. 03 Nov 2005; Daniel Ostrow <dostrow@gentoo.org> wget-1.10.2.ebuild: Stable on ppc64. diff --git a/net-misc/wget/wget-1.10.2.ebuild b/net-misc/wget/wget-1.10.2.ebuild index 4b360ff148a7..5613da72b674 100644 --- a/net-misc/wget/wget-1.10.2.ebuild +++ b/net-misc/wget/wget-1.10.2.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.10.2.ebuild,v 1.10 2005/11/03 22:36:26 dostrow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.10.2.ebuild,v 1.11 2005/11/20 14:13:51 hardave Exp $ inherit eutils flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc-macos ppc64 s390 sh sparc x86" +KEYWORDS="~alpha amd64 arm hppa ia64 m68k mips ppc ~ppc-macos ppc64 s390 sh sparc x86" IUSE="build debug ipv6 nls socks5 ssl static" RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b ) |