summaryrefslogtreecommitdiff
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
parentsys-boot/systemd-boot: bump to 232 (diff)
downloadgentoo-53ad379d6ab79ff05e52290263f8e819eaa5bc0f.tar.gz
gentoo-53ad379d6ab79ff05e52290263f8e819eaa5bc0f.tar.bz2
gentoo-53ad379d6ab79ff05e52290263f8e819eaa5bc0f.zip
net-analyzer/flent: fix deps
Package-Manager: portage-2.3.2
Diffstat (limited to 'net-analyzer')
-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 7703aafe7980..a11344bd83b8 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}]"