mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
nassl: remove -j1 workaround, unable to reproduce
This commit is contained in:
parent
0aa381ec18
commit
7af6e94fbd
2 changed files with 3 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ src_compile() {
|
|||
compile_python() {
|
||||
${EPYTHON} setup.py build_ext
|
||||
#https://github.com/nabla-c0d3/nassl/issues/63
|
||||
MAKEOPTS="${MAKEOPTS} -j1"
|
||||
# MAKEOPTS="${MAKEOPTS} -j1"
|
||||
distutils-r1_python_compile
|
||||
}
|
||||
python_foreach_impl compile_python
|
||||
|
|
|
|||
|
|
@ -51,7 +51,8 @@ src_install() {
|
|||
if use doc; then
|
||||
pushd docs/ >/dev/null || die
|
||||
|
||||
emake -j1 man html
|
||||
#unable to reproduce
|
||||
# emake -j1 man html
|
||||
|
||||
doman build/man/pymisp.1
|
||||
dodoc -r build/html
|
||||
|
|
|
|||
Loading…
Reference in a new issue