summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/sshuttle/sshuttle-1.0.5.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/net-proxy/sshuttle/sshuttle-1.0.5.ebuild b/net-proxy/sshuttle/sshuttle-1.0.5.ebuild
index 5cc44739a206..06ad52f2a3b9 100644
--- a/net-proxy/sshuttle/sshuttle-1.0.5.ebuild
+++ b/net-proxy/sshuttle/sshuttle-1.0.5.ebuild
@@ -48,13 +48,7 @@ python_compile_all() {
python_install_all() {
HTML_DOCS=( docs/_build/html/. )
- # Sphinx 4.0 changed the layout for installed man pages
- # https://bugs.gentoo.org/789417
- if has_version '>=dev-python/sphinx-4.0.0' ; then
- doman docs/_build/man/1/*
- else
- doman docs/_build/man/*
- fi
+ doman docs/_build/man/*
distutils-r1_python_install_all
}