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 | 1efb092d9571edb0121c4a5d4040c890856f45f8 (patch) | |
tree | 68187e36f8bd2d90aa67700857cac64e6e9836af /net-analyzer/iptraf | |
parent | Remove rdepend=depend (diff) | |
download | gentoo-2-1efb092d9571edb0121c4a5d4040c890856f45f8.tar.gz gentoo-2-1efb092d9571edb0121c4a5d4040c890856f45f8.tar.bz2 gentoo-2-1efb092d9571edb0121c4a5d4040c890856f45f8.zip |
Remove rdepend=depend
Diffstat (limited to 'net-analyzer/iptraf')
-rw-r--r-- | net-analyzer/iptraf/iptraf-2.7.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-analyzer/iptraf/iptraf-2.7.0.ebuild b/net-analyzer/iptraf/iptraf-2.7.0.ebuild index 8b0640dc8a13..f92579410411 100644 --- a/net-analyzer/iptraf/iptraf-2.7.0.ebuild +++ b/net-analyzer/iptraf/iptraf-2.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 2001-2002 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.7 2002/10/04 05:58:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0.ebuild,v 1.8 2002/10/20 18:50:48 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="IPTraf is an ncurses-based IP LAN monitor" @@ -12,7 +12,6 @@ LICENSE="GPL-2" KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND=">=sys-libs/ncurses-5.2-r1" -RDEPEND="${DEPEND}" src_compile() { cd src |