Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/sshuttle/
Date: Fri, 28 Dec 2018 10:13:39
Message-Id: 1545991961.6202304986b8ea544e220e99116d62fce6743572.radhermit@gentoo
1 commit: 6202304986b8ea544e220e99116d62fce6743572
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 28 10:09:10 2018 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 28 10:12:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62023049
7
8 net-proxy/sshuttle: fix sphinx parallelism issue
9
10 Closes: https://bugs.gentoo.org/654578
11
12 And add python3_7 support.
13
14 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
15
16 net-proxy/sshuttle/sshuttle-0.78.4.ebuild | 6 +++---
17 1 file changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/net-proxy/sshuttle/sshuttle-0.78.4.ebuild b/net-proxy/sshuttle/sshuttle-0.78.4.ebuild
20 index de0f9599f26..610a10d2bac 100644
21 --- a/net-proxy/sshuttle/sshuttle-0.78.4.ebuild
22 +++ b/net-proxy/sshuttle/sshuttle-0.78.4.ebuild
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
30 +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
31
32 inherit linux-info distutils-r1
33
34 @@ -39,7 +39,7 @@ python_prepare_all() {
35 }
36
37 python_compile_all() {
38 - emake -C docs html man
39 + emake -j1 -C docs html man
40 }
41
42 python_test() {