diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-02-18 22:56:44 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-02-18 22:56:44 +0000 |
commit | 6802916542adcc137d356e452a99b640ddf93449 (patch) | |
tree | 2c13ffcbe86b3571a8996b0307fb4e9abb94dc85 /net-analyzer/iptraf/iptraf-2.7.0.ebuild | |
parent | workaround gcc bug on alpha (diff) | |
download | gentoo-2-6802916542adcc137d356e452a99b640ddf93449.tar.gz gentoo-2-6802916542adcc137d356e452a99b640ddf93449.tar.bz2 gentoo-2-6802916542adcc137d356e452a99b640ddf93449.zip |
Added hppa to keywords.
Diffstat (limited to 'net-analyzer/iptraf/iptraf-2.7.0.ebuild')
-rw-r--r-- | net-analyzer/iptraf/iptraf-2.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/iptraf/iptraf-2.7.0.ebuild b/net-analyzer/iptraf/iptraf-2.7.0.ebuild index 25026bff50a0..6c308a6d809c 100644 --- a/net-analyzer/iptraf/iptraf-2.7.0.ebuild +++ b/net-analyzer/iptraf/iptraf-2.7.0.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-analyzer/iptraf/iptraf-2.7.0.ebuild,v 1.12 2003/02/13 13:41:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0.ebuild,v 1.13 2003/02/18 22:56:44 gmsoft Exp $ S=${WORKDIR}/${P} DESCRIPTION="IPTraf is an ncurses-based IP LAN monitor" @@ -9,7 +9,7 @@ HOMEPAGE="http://cebu.mozcom.com/riker/iptraf/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha hppa" DEPEND=">=sys-libs/ncurses-5.2-r1" |