diff options
author | Brian Jackson <iggy@gentoo.org> | 2004-03-02 16:45:55 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2004-03-02 16:45:55 +0000 |
commit | 10803832358352f10d77a19498bd84a75c5ff60c (patch) | |
tree | d60b3fbff0887d3a340a690c25b6c3a64cc85e5f /net-misc/wget | |
parent | Cleaned out old version. (Manifest recommit) (diff) | |
download | gentoo-2-10803832358352f10d77a19498bd84a75c5ff60c.tar.gz gentoo-2-10803832358352f10d77a19498bd84a75c5ff60c.tar.bz2 gentoo-2-10803832358352f10d77a19498bd84a75c5ff60c.zip |
adding initial s390 support
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/wget-1.9.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/wget/wget-1.9.1-r2.ebuild b/net-misc/wget/wget-1.9.1-r2.ebuild index 6e732911ede2..87fe484dff57 100644 --- a/net-misc/wget/wget-1.9.1-r2.ebuild +++ b/net-misc/wget/wget-1.9.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r2.ebuild,v 1.6 2004/02/23 00:17:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r2.ebuild,v 1.7 2004/03/02 16:45:08 iggy Exp $ inherit gnuconfig @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa ~mips ~amd64 ~ia64 ppc64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa ~mips ~amd64 ~ia64 ppc64 s390" IUSE="ssl nls static ipv6 debug socks5" RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )" |