From e074389af95415e5adaddb16f11a88cfa5dfd6e1 Mon Sep 17 00:00:00 2001 From: Michael Boman Date: Sun, 21 Mar 2004 12:58:30 +0000 Subject: QA: IUSE variable was missing, unnecessary definition of S removed, inherit eutils where needed. --- net-analyzer/nload/nload-0.4.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net-analyzer/nload/nload-0.4.0.ebuild') diff --git a/net-analyzer/nload/nload-0.4.0.ebuild b/net-analyzer/nload/nload-0.4.0.ebuild index 5b201d7e51c7..cb3fd671ae11 100644 --- a/net-analyzer/nload/nload-0.4.0.ebuild +++ b/net-analyzer/nload/nload-0.4.0.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.4.0.ebuild,v 1.9 2003/09/05 23:40:10 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.4.0.ebuild,v 1.10 2004/03/21 12:58:30 mboman Exp $ -S=${WORKDIR}/${P} DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time" SRC_URI="mirror://sourceforge/nload/${P}.tar.gz" HOMEPAGE="http://roland-riegel.de/nload/index_en.html" @@ -10,6 +9,7 @@ HOMEPAGE="http://roland-riegel.de/nload/index_en.html" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc " +IUSE="" DEPEND=">=sys-libs/ncurses-5.2" -- cgit v1.2.3-65-gdbad