diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2005-10-19 06:04:27 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2005-10-19 06:04:27 +0000 |
commit | 7b91d1bdf6b7e7d4414fa57e2b889fb36fad5461 (patch) | |
tree | 77e7370e0f4d5bffcfe844eced80b1241ad0722e /net-misc/wget | |
parent | stable on x86 (diff) | |
download | gentoo-2-7b91d1bdf6b7e7d4414fa57e2b889fb36fad5461.tar.gz gentoo-2-7b91d1bdf6b7e7d4414fa57e2b889fb36fad5461.tar.bz2 gentoo-2-7b91d1bdf6b7e7d4414fa57e2b889fb36fad5461.zip |
Stable on hppa. See bug #109097.
(Portage version: 2.0.51.22-r3)
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 383c0dc01dc8..b617b5fa5c42 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.75 2005/10/19 04:02:27 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.76 2005/10/19 06:04:27 killerfox Exp $ + + 19 Oct 2005; Rene Nussbaumer <killerfox@gentoo.org> wget-1.10.2.ebuild: + Stable on hppa. See bug #109097. 19 Oct 2005; Andrej Kacian <ticho@gentoo.org> wget-1.10.2.ebuild: Stable on x86, security bug #109097. diff --git a/net-misc/wget/wget-1.10.2.ebuild b/net-misc/wget/wget-1.10.2.ebuild index eddd2082b4ed..c07892b5857d 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.2 2005/10/19 04:02:27 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.10.2.ebuild,v 1.3 2005/10/19 06:04:27 killerfox Exp $ inherit eutils flag-o-matic @@ -15,7 +15,7 @@ SRC_URI="http://dev.gentoo.org/~seemant/distfiles/${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 ) |