diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:50:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:50:48 +0000 |
commit | 9c6762f6c16242fcba795aed7cb2b9bc090f909f (patch) | |
tree | 4902e68f457fde4da1c37721c34b475664511de7 /net-analyzer/nload | |
parent | Remove rdepend=depend (diff) | |
download | historical-9c6762f6c16242fcba795aed7cb2b9bc090f909f.tar.gz historical-9c6762f6c16242fcba795aed7cb2b9bc090f909f.tar.bz2 historical-9c6762f6c16242fcba795aed7cb2b9bc090f909f.zip |
Remove rdepend=depend
Diffstat (limited to 'net-analyzer/nload')
-rw-r--r-- | net-analyzer/nload/nload-0.5.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-analyzer/nload/nload-0.5.0.ebuild b/net-analyzer/nload/nload-0.5.0.ebuild index b6afe37425c7..272f9bb1f2f1 100644 --- a/net-analyzer/nload/nload-0.5.0.ebuild +++ b/net-analyzer/nload/nload-0.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.5.0.ebuild,v 1.2 2002/10/04 05:59:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.5.0.ebuild,v 1.3 2002/10/20 18:50:48 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time" @@ -12,7 +12,6 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc sparc64" DEPEND=">=sys-libs/ncurses-5.2" -RDEPEND="${DEPEND}" src_unpack() { unpack ${A} |