projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a4906c
)
net-proxy/sshuttle: fix sphinx parallelism issue
author
Tim Harder
<radhermit@gentoo.org>
Fri, 28 Dec 2018 10:09:10 +0000
(
04:09
-0600)
committer
Tim Harder
<radhermit@gentoo.org>
Fri, 28 Dec 2018 10:12:41 +0000
(
04:12
-0600)
Closes: https://bugs.gentoo.org/654578
And add python3_7 support.
Signed-off-by: Tim Harder <radhermit@gentoo.org>
net-proxy/sshuttle/sshuttle-0.78.4.ebuild
patch
|
blob
|
history
diff --git
a/net-proxy/sshuttle/sshuttle-0.78.4.ebuild
b/net-proxy/sshuttle/sshuttle-0.78.4.ebuild
index de0f9599f2608710843533af8e1ec35795255648..610a10d2bacccc91b98ade51057dd85f1547191b 100644
(file)
--- 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() {