From 724e942505d9f4b3941272ae7b9a335134035561 Mon Sep 17 00:00:00 2001 From: Michele Noberasco Date: Mon, 24 Nov 2008 15:57:54 +0000 Subject: Forgot to add sed to DEPEND... (Portage version: 2.1.4.5) --- net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'net-analyzer/ethstatus') diff --git a/net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild b/net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild index e88d25ad3340..357cffb81fc7 100644 --- a/net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild +++ b/net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild,v 1.6 2008/11/24 09:55:13 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild,v 1.7 2008/11/24 15:57:54 s4t4n Exp $ DESCRIPTION="ncurses based utility to display real time statistics about network traffic." HOMEPAGE="http://ethstatus.calle69.net/" @@ -11,7 +11,10 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="" -DEPEND=">=sys-libs/ncurses-5.4-r1" +RDEPEND=">=sys-libs/ncurses-5.4-r1" + +DEPEND="${RDEPEND} + >=sys-apps/sed-4.1.4-r1" src_unpack() { -- cgit v1.2.3-65-gdbad