diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-09-07 19:52:49 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-09-07 19:52:49 +0000 |
commit | d7846bd01aef623f3c88524a79b7e5c584fbbb2d (patch) | |
tree | 77e05adf0ae54959f3fc1387e22af59b104751cb /net-misc/wget | |
parent | Bump (diff) | |
download | gentoo-2-d7846bd01aef623f3c88524a79b7e5c584fbbb2d.tar.gz gentoo-2-d7846bd01aef623f3c88524a79b7e5c584fbbb2d.tar.bz2 gentoo-2-d7846bd01aef623f3c88524a79b7e5c584fbbb2d.zip |
Stable for HPPA (bug #281876).
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wget/wget-1.11.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index 915e991ed3b8..56701c18286e 100644 --- a/net-misc/wget/ChangeLog +++ b/net-misc/wget/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wget # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.109 2009/09/01 13:40:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.110 2009/09/07 19:52:49 jer Exp $ + + 07 Sep 2009; Jeroen Roovers <jer@gentoo.org> wget-1.11.4.ebuild: + Stable for HPPA (bug #281876). 01 Sep 2009; Raúl Porcel <armin76@gentoo.org> wget-1.11.4.ebuild: arm/ia64/s390/sh/sparc stable wrt #281876 diff --git a/net-misc/wget/wget-1.11.4.ebuild b/net-misc/wget/wget-1.11.4.ebuild index b11cb52a643e..85fcf398487b 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.8 2009/09/01 13:40:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.4.ebuild,v 1.9 2009/09/07 19:52:49 jer 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 )" |