commit: e2418094a1aa5653cbaf3a88cb5d354f58a7032e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 22 04:41:34 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 22 04:41:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2418094
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 <AT> gentoo.org> net-analyzer/nmap/nmap-7.92.ebuild | 4 +++- net-analyzer/nmap/nmap-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/net-analyzer/nmap/nmap-7.92.ebuild b/net-analyzer/nmap/nmap-7.92.ebuild index 348adce730a5..8578d039870f 100644 --- a/net-analyzer/nmap/nmap-7.92.ebuild +++ b/net-analyzer/nmap/nmap-7.92.ebuild @@ -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 \ diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild index 466e9b414a06..e04fab825e5c 100644 --- a/net-analyzer/nmap/nmap-9999.ebuild +++ b/net-analyzer/nmap/nmap-9999.ebuild @@ -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 \