commit: 6202304986b8ea544e220e99116d62fce6743572 Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Fri Dec 28 10:09:10 2018 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Fri Dec 28 10:12:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62023049
net-proxy/sshuttle: fix sphinx parallelism issue Closes: https://bugs.gentoo.org/654578 And add python3_7 support. Signed-off-by: Tim Harder <radhermit <AT> gentoo.org> net-proxy/sshuttle/sshuttle-0.78.4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-proxy/sshuttle/sshuttle-0.78.4.ebuild b/net-proxy/sshuttle/sshuttle-0.78.4.ebuild index de0f9599f26..610a10d2bac 100644 --- a/net-proxy/sshuttle/sshuttle-0.78.4.ebuild +++ b/net-proxy/sshuttle/sshuttle-0.78.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit linux-info distutils-r1 @@ -39,7 +39,7 @@ python_prepare_all() { } python_compile_all() { - emake -C docs html man + emake -j1 -C docs html man } python_test() {
