net-analyzer/nmap: force -j1 again in src_install for now

Apparently not fixed, or a new issue resurfaced anyway.

Closes: https://bugs.gentoo.org/831713
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-01-22 04:41:34 +00:00
parent 727aed785b
commit e2418094a1
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -121,7 +121,9 @@ src_compile() {
}
src_install() {
# See bug #831713 for return of -j1
LC_ALL=C emake \
-j1 \
DESTDIR="${D}" \
STRIP=: \
nmapdatadir="${EPREFIX}"/usr/share/nmap \

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -122,7 +122,9 @@ src_compile() {
}
src_install() {
# See bug #831713 for return of -j1
LC_ALL=C emake \
-j1 \
DESTDIR="${D}" \
STRIP=: \
nmapdatadir="${EPREFIX}"/usr/share/nmap \