mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user