diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2016-11-04 17:56:22 +0100 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2016-11-04 17:56:34 +0100 |
commit | 9aa11548b02079798b3f34d1601b6cb7c02bfb6c (patch) | |
tree | 2de52e571bc0bb5d8ed934b24781c2f48c1cec2b /net-analyzer | |
parent | www-client/vivaldi: Old. (diff) | |
download | gentoo-9aa11548b02079798b3f34d1601b6cb7c02bfb6c.tar.gz gentoo-9aa11548b02079798b3f34d1601b6cb7c02bfb6c.tar.bz2 gentoo-9aa11548b02079798b3f34d1601b6cb7c02bfb6c.zip |
net-analyzer/flent: flent likes fping
Package-Manager: portage-2.3.2
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/flent/flent-0.15.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/flent/flent-0.15.0.ebuild b/net-analyzer/flent/flent-0.15.0.ebuild index a11344bd83b8..5dc2f8ba65ac 100644 --- a/net-analyzer/flent/flent-0.15.0.ebuild +++ b/net-analyzer/flent/flent-0.15.0.ebuild @@ -20,5 +20,6 @@ IUSE="+qt4 +plots" RDEPEND="qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] ) plots? ( dev-python/matplotlib[${PYTHON_USEDEP}] ) net-analyzer/netperf[demo] - net-misc/iperf" + net-misc/iperf + net-analyzer/fping" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |