summaryrefslogtreecommitdiff
path: root/net-proxy/sshuttle/sshuttle-1.0.5.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-31 20:59:14 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-31 20:59:14 +0100
commite748ba9741f6540f4675c23e3e37b73e822c13a4 (patch)
tree23dece8beabb3a3d7c6c0273b0eb40b21c62a889 /net-proxy/sshuttle/sshuttle-1.0.5.ebuild
parent908778078736bd36f7a60a2d576d415cb8e000fa (diff)
gentoo resync : 31.05.2021
Diffstat (limited to 'net-proxy/sshuttle/sshuttle-1.0.5.ebuild')
-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
}