From: Tim Harder Date: Fri, 28 Dec 2018 10:09:10 +0000 (-0600) Subject: net-proxy/sshuttle: fix sphinx parallelism issue X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6202304986b8ea544e220e99116d62fce6743572;p=gentoo.git net-proxy/sshuttle: fix sphinx parallelism issue Closes: https://bugs.gentoo.org/654578 And add python3_7 support. Signed-off-by: Tim Harder --- diff --git a/net-proxy/sshuttle/sshuttle-0.78.4.ebuild b/net-proxy/sshuttle/sshuttle-0.78.4.ebuild index de0f9599f260..610a10d2bacc 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() {