summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2008-11-24 15:57:54 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2008-11-24 15:57:54 +0000
commit724e942505d9f4b3941272ae7b9a335134035561 (patch)
treeaaac052a8e60a3631fa1173e743233b23cac9bdd /net-analyzer/ethstatus
parentRename my old e-mail drac at gentoo.org to ssuominen at gentoo.org. (diff)
downloadgentoo-2-724e942505d9f4b3941272ae7b9a335134035561.tar.gz
gentoo-2-724e942505d9f4b3941272ae7b9a335134035561.tar.bz2
gentoo-2-724e942505d9f4b3941272ae7b9a335134035561.zip
Forgot to add sed to DEPEND...
(Portage version: 2.1.4.5)
Diffstat (limited to 'net-analyzer/ethstatus')
-rw-r--r--net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild7
1 files changed, 5 insertions, 2 deletions
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()
{