diff options
author | Zack Welch <zwelch@gentoo.org> | 2003-02-22 07:27:44 +0000 |
---|---|---|
committer | Zack Welch <zwelch@gentoo.org> | 2003-02-22 07:27:44 +0000 |
commit | 9792678130db64a0fef4cf17ed13aeaf1882860c (patch) | |
tree | 8afb92c096e296efce12ccc284617a59d3aa0fa0 /net-misc/wget | |
parent | arm keywording (diff) | |
download | historical-9792678130db64a0fef4cf17ed13aeaf1882860c.tar.gz historical-9792678130db64a0fef4cf17ed13aeaf1882860c.tar.bz2 historical-9792678130db64a0fef4cf17ed13aeaf1882860c.zip |
add arm 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-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index 47671fd16c73..f67c1df79d5d 100644 --- a/net-misc/wget/ChangeLog +++ b/net-misc/wget/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wget # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.13 2003/02/12 08:34:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.14 2003/02/22 07:27:44 zwelch Exp $ + + 21 Feb 2003; Zach Welch <zwelch@gentoo.org> wget-1.8.2-r2.ebuild : + Added arm to keywords. 09 Feb 2003; Guy Martin <gmsoft@gentoo.org> wget-1.8.2-r2.ebuild : Added hppa to keywords. diff --git a/net-misc/wget/wget-1.8.2-r2.ebuild b/net-misc/wget/wget-1.8.2-r2.ebuild index 68e093c56d53..52a8216eb949 100644 --- a/net-misc/wget/wget-1.8.2-r2.ebuild +++ b/net-misc/wget/wget-1.8.2-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.8.2-r2.ebuild,v 1.4 2003/02/13 15:10:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.8.2-r2.ebuild,v 1.5 2003/02/22 07:27:44 zwelch Exp $ IUSE="ssl nls static ipv6" @@ -17,7 +17,7 @@ DEPEND="nls? ( sys-devel/gettext )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha hppa" +KEYWORDS="x86 ppc sparc alpha hppa arm" src_unpack() { unpack ${A} |