diff options
author | 2003-01-18 18:28:45 +0000 | |
---|---|---|
committer | 2003-01-18 18:28:45 +0000 | |
commit | 54270b6785080c892d42fd03194012ba071d840d (patch) | |
tree | d97e22b13973822a76f490a24d1e59e7ad486094 /net-misc/wget | |
parent | Added mips to keywords (diff) | |
download | gentoo-2-54270b6785080c892d42fd03194012ba071d840d.tar.gz gentoo-2-54270b6785080c892d42fd03194012ba071d840d.tar.bz2 gentoo-2-54270b6785080c892d42fd03194012ba071d840d.zip |
Added mips to keywords
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wget/wget-1.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index b37c1821ecf6..b6f3c344363b 100644 --- a/net-misc/wget/ChangeLog +++ b/net-misc/wget/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for net-misc/wget # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.10 2002/12/20 16:45:06 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.11 2003/01/18 18:28:45 tuxus Exp $ 20 Dec 2002; Daniel Ahlberg <aliz@gentoo.org> wget-1.8.2.ebuild, wget-1.8.2-r1.ebuild wget-1.8.2-r2.ebuild : @@ -23,6 +23,9 @@ *wget-1.8.2 (29 May 2002) + 18 Jan 2003; Jan Seidel <tuxus@gentoo.org> : + Added mips to keywords + 23 Oct 2002; Mike Frysinger <vapier@gentoo.org> : Removed bootcd USE flag diff --git a/net-misc/wget/wget-1.8.2.ebuild b/net-misc/wget/wget-1.8.2.ebuild index 6f28aac58007..b14957a0446b 100644 --- a/net-misc/wget/wget-1.8.2.ebuild +++ b/net-misc/wget/wget-1.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.8.2.ebuild,v 1.11 2002/12/20 16:45:06 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.8.2.ebuild,v 1.12 2003/01/18 18:28:45 tuxus Exp $ IUSE="ssl nls static" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz HOMEPAGE="http://wget.sunsite.dk" RDEPEND="virtual/glibc ssl? ( >=dev-libs/openssl-0.9.6b )" DEPEND="$RDEPEND nls? ( sys-devel/gettext )" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha mips" LICENSE="GPL-2" SLOT="0" |