diff options
author | 2002-07-18 14:40:44 +0000 | |
---|---|---|
committer | 2002-07-18 14:40:44 +0000 | |
commit | cc41505c3615e8c3f0bf2d07f7918a12bc344cd5 (patch) | |
tree | d25fdf319ee3f450ebc06df0f65fa535adbc3bb9 /net-analyzer/nload/nload-0.4.0.ebuild | |
parent | removed rxvt-2.7.8-r5 and w3m-0.3-r4 from masked packages (diff) | |
download | historical-cc41505c3615e8c3f0bf2d07f7918a12bc344cd5.tar.gz historical-cc41505c3615e8c3f0bf2d07f7918a12bc344cd5.tar.bz2 historical-cc41505c3615e8c3f0bf2d07f7918a12bc344cd5.zip |
Added KEYWORDS and ncurses dependency.
Diffstat (limited to 'net-analyzer/nload/nload-0.4.0.ebuild')
-rw-r--r-- | net-analyzer/nload/nload-0.4.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/nload/nload-0.4.0.ebuild b/net-analyzer/nload/nload-0.4.0.ebuild index 8bfef9f5a7dd..68709002741f 100644 --- a/net-analyzer/nload/nload-0.4.0.ebuild +++ b/net-analyzer/nload/nload-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.4.0.ebuild,v 1.1 2002/06/28 11:54:12 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.4.0.ebuild,v 1.2 2002/07/18 14:40:44 nitro Exp $ S=${WORKDIR}/${P} DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time" @@ -9,9 +9,9 @@ HOMEPAGE="http://roland-riegel.de/nload/index_en.html" LICENSE="GPL-2" SLOT="0" +KEYWORDS="x86" -DEPEND="" -#RDEPEND="" +DEPEND=">=sys-libs/ncurses-5.2" src_compile() { ./configure \ |