net-analyzer/nmap: drop -j1 from install

Been meaning to grep for -j1 and look at what I can do
after seeing slyfox's recent blog post (and then
a recent comment in a Portage bug) and have been
chipping away at them since. After that latest
reminder, noticed this one!

This has been there since 2005 as far as I can
tell and was fixed upstream in 2006:
be9e8bf7b1

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-11-19 07:53:48 +00:00
parent ba315448f2
commit a3b2d7f840
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ src_compile() {
}
src_install() {
LC_ALL=C emake -j1 \
LC_ALL=C emake \
DESTDIR="${D}" \
STRIP=: \
nmapdatadir="${EPREFIX}"/usr/share/nmap \

View File

@@ -122,7 +122,7 @@ src_compile() {
}
src_install() {
LC_ALL=C emake -j1 \
LC_ALL=C emake \
DESTDIR="${D}" \
STRIP=: \
nmapdatadir="${EPREFIX}"/usr/share/nmap \