diff options
author | 2005-10-19 17:57:55 +0000 | |
---|---|---|
committer | 2005-10-19 17:57:55 +0000 | |
commit | 1339a7d88badcc6dcfe3d27c27cc2d190c91ff4e (patch) | |
tree | 06ef45d797808d4eb19bc9586e08f177f46a20c3 | |
parent | Stable on sparc wrt #109097 (diff) | |
download | gentoo-2-1339a7d88badcc6dcfe3d27c27cc2d190c91ff4e.tar.gz gentoo-2-1339a7d88badcc6dcfe3d27c27cc2d190c91ff4e.tar.bz2 gentoo-2-1339a7d88badcc6dcfe3d27c27cc2d190c91ff4e.zip |
Stable on sparc
(Portage version: 2.0.53_rc5)
-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 2bc46e6c6c49..8b0d1e69a440 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.77 2005/10/19 11:46:07 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.78 2005/10/19 17:57:55 gustavoz Exp $ + + 19 Oct 2005; Gustavo Zacarias <gustavoz@gentoo.org> wget-1.10.2.ebuild: + Stable on sparc 19 Oct 2005; Michael Hanselmann <hansmi@gentoo.org> wget-1.10.2.ebuild: Stable on ppc. diff --git a/net-misc/wget/wget-1.10.2.ebuild b/net-misc/wget/wget-1.10.2.ebuild index 4301aeeedee6..db76242d668b 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.4 2005/10/19 11:46:07 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.10.2.ebuild,v 1.5 2005/10/19 17:57:55 gustavoz 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 ) |