diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-02-27 12:02:43 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-02-27 12:02:43 +0000 |
commit | 885c9bfd9f85afc31bc094d8255dde353880a7bb (patch) | |
tree | bb340d50bbf58d20d92f9512f60c9638044718da /net-misc/host | |
parent | portage quickfix/revision bump for baselayout. (diff) | |
download | gentoo-2-885c9bfd9f85afc31bc094d8255dde353880a7bb.tar.gz gentoo-2-885c9bfd9f85afc31bc094d8255dde353880a7bb.tar.bz2 gentoo-2-885c9bfd9f85afc31bc094d8255dde353880a7bb.zip |
Added hppa to keywords.
Diffstat (limited to 'net-misc/host')
-rw-r--r-- | net-misc/host/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/host/host-991529.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/host/ChangeLog b/net-misc/host/ChangeLog index a6e4490c1a44..bded1404bdb2 100644 --- a/net-misc/host/ChangeLog +++ b/net-misc/host/ChangeLog @@ -1,7 +1,7 @@ # ChangeLog for net-misc/host # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 # Maintainer: George Shapovalov <george@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/host/ChangeLog,v 1.8 2003/02/24 19:42:04 dragon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/host/ChangeLog,v 1.9 2003/02/27 12:02:43 gmsoft Exp $ 21 Jan 2003; Will Woods <wwoods@gentoo.org> : added ~alpha keyword @@ -9,6 +9,9 @@ *host-991529 (10 May 2002) + 27 Feb 2003; Guy Martin <gmsoft@gentoo.org> host-991529.ebuild : + Added hppa to keywords. + 24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> host-991529.ebuild : Added stable mips keyword to the ebuild. diff --git a/net-misc/host/host-991529.ebuild b/net-misc/host/host-991529.ebuild index 383c9eaf1a5f..451113d686f1 100644 --- a/net-misc/host/host-991529.ebuild +++ b/net-misc/host/host-991529.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/host/host-991529.ebuild,v 1.12 2003/02/24 19:42:04 dragon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/host/host-991529.ebuild,v 1.13 2003/02/27 12:02:43 gmsoft Exp $ S="${WORKDIR}" @@ -22,7 +22,7 @@ DEPEND="net-dns/bind-tools" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ppc sparc ~alpha mips" +KEYWORDS="x86 ppc sparc ~alpha mips hppa" src_unpack() { cd ${S} |