summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-28 03:19:40 +0000
committerSam James <sam@gentoo.org>2021-05-28 03:20:56 +0000
commitd8bf21023435bf6a40661890f8891b1ed05b5617 (patch)
tree5ec0ba38baae21700a844848b5e2d9b3121714ac /net-proxy
parentapp-text/xmlto: Stabilize 0.0.28-r6 x86, #792573 (diff)
downloadgentoo-d8bf21023435bf6a40661890f8891b1ed05b5617.tar.gz
gentoo-d8bf21023435bf6a40661890f8891b1ed05b5617.tar.bz2
gentoo-d8bf21023435bf6a40661890f8891b1ed05b5617.zip
net-proxy/sshuttle: undo Sphinx 4.0.x workaround
They've reverted the change upstream in Sphinx 4.0.2. See: b36fcb064c9d30014e4d77bb350f16dd34436cf5 Closes: https://bugs.gentoo.org/792402 Bug: https://bugs.gentoo.org/789417 Signed-off-by: Sam James <sam@gentoo.org>
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
}