commit:     d8bf21023435bf6a40661890f8891b1ed05b5617
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 28 03:19:40 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 28 03:20:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8bf2102

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 <AT> gentoo.org>

 net-proxy/sshuttle/sshuttle-1.0.5.ebuild | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/net-proxy/sshuttle/sshuttle-1.0.5.ebuild 
b/net-proxy/sshuttle/sshuttle-1.0.5.ebuild
index 5cc44739a20..06ad52f2a3b 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
 }

Reply via email to