diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-12-30 23:54:31 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-12-31 00:38:39 +0100 |
commit | 60738dc9a1a0a062d3b7d2b2c357e71a2bd4711d (patch) | |
tree | 77c1ece832ef2d19854ea04e925b996462b8b54d /net-analyzer | |
parent | dev-util/intel-graphics-compiler: add vectorcompiler (diff) | |
download | gentoo-60738dc9a1a0a062d3b7d2b2c357e71a2bd4711d.tar.gz gentoo-60738dc9a1a0a062d3b7d2b2c357e71a2bd4711d.tar.bz2 gentoo-60738dc9a1a0a062d3b7d2b2c357e71a2bd4711d.zip |
net-analyzer/speedtest-cli: drop hint for speedtest++
Closes: https://bugs.gentoo.org/888591
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/speedtest-cli/speedtest-cli-2.1.3-r1.ebuild | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net-analyzer/speedtest-cli/speedtest-cli-2.1.3-r1.ebuild b/net-analyzer/speedtest-cli/speedtest-cli-2.1.3-r1.ebuild index 2a7c8b1f1b68..c783f42c2a5a 100644 --- a/net-analyzer/speedtest-cli/speedtest-cli-2.1.3-r1.ebuild +++ b/net-analyzer/speedtest-cli/speedtest-cli-2.1.3-r1.ebuild @@ -23,9 +23,3 @@ python_install_all() { doman ${PN}.1 distutils-r1_python_install_all } - -pkg_postinst() { - ewarn "net-analyzer/speedtest-cli is often times inaccurate, especially on faster" - ewarn "links, due to its use of the older HTTP-based API. In order to have more" - ewarn "accurate measurements, please use net-analyzer/speedtest++ instead." -} |