commit: 60738dc9a1a0a062d3b7d2b2c357e71a2bd4711d Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Fri Dec 30 22:54:31 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Dec 30 23:38:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60738dc9
net-analyzer/speedtest-cli: drop hint for speedtest++ Closes: https://bugs.gentoo.org/888591 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> net-analyzer/speedtest-cli/speedtest-cli-2.1.3-r1.ebuild | 6 ------ 1 file changed, 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." -}
