summaryrefslogtreecommitdiff
path: root/net-analyzer/flent
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2016-11-04 17:23:43 +0100
committerJason A. Donenfeld <zx2c4@gentoo.org>2016-11-04 17:24:22 +0100
commit53ad379d6ab79ff05e52290263f8e819eaa5bc0f (patch)
treef18eecfd88e6fdca477baaa6b1ee0718be5cef80 /net-analyzer/flent
parenta2b40dadc2b68b344896b8e7ac49dab9aabe1c4e (diff)
downloadgentoo-53ad379d6ab79ff05e52290263f8e819eaa5bc0f.tar.gz
gentoo-53ad379d6ab79ff05e52290263f8e819eaa5bc0f.tar.xz
net-analyzer/flent: fix deps
Package-Manager: portage-2.3.2
Diffstat (limited to 'net-analyzer/flent')
-rw-r--r--net-analyzer/flent/flent-0.14.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/flent/flent-0.14.0.ebuild b/net-analyzer/flent/flent-0.14.0.ebuild
index 7703aafe798..a11344bd83b 100644
--- a/net-analyzer/flent/flent-0.14.0.ebuild
+++ b/net-analyzer/flent/flent-0.14.0.ebuild
@@ -19,5 +19,6 @@ IUSE="+qt4 +plots"
RDEPEND="qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] )
plots? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
- net-analyzer/netperf"
+ net-analyzer/netperf[demo]
+ net-misc/iperf"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"