summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2008-08-28 21:38:01 +0000
committerMichael Januszewski <spock@gentoo.org>2008-08-28 21:38:01 +0000
commit3fe51fb8dd599aa9ff53d0b0db67e45eb7d66c66 (patch)
tree9b31477b359c6037f605f5f936530599248e3974 /net-analyzer
parentNew upstream version. (diff)
downloadgentoo-2-3fe51fb8dd599aa9ff53d0b0db67e45eb7d66c66.tar.gz
gentoo-2-3fe51fb8dd599aa9ff53d0b0db67e45eb7d66c66.tar.bz2
gentoo-2-3fe51fb8dd599aa9ff53d0b0db67e45eb7d66c66.zip
Remove forced -j1 as it doesn't seem to be necessary anymore (bug #235995).
(Portage version: 2.2_rc8/cvs/Linux 2.6.26 x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/nmap/ChangeLog6
-rw-r--r--net-analyzer/nmap/nmap-4.68.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/nmap/ChangeLog b/net-analyzer/nmap/ChangeLog
index fdf1bf29b05d..d48641ac3c57 100644
--- a/net-analyzer/nmap/ChangeLog
+++ b/net-analyzer/nmap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/nmap
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.180 2008/08/04 19:48:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.181 2008/08/28 21:38:01 spock Exp $
+
+ 28 Aug 2008; Michał Januszewski <spock@gentoo.org> nmap-4.68.ebuild:
+ Remove forced -j1 as it doesn't seem to be necessary anymore (bug
+ #235995).
04 Aug 2008; Raúl Porcel <armin76@gentoo.org> nmap-4.68.ebuild:
alpha/ia64/sparc/x86 stable
diff --git a/net-analyzer/nmap/nmap-4.68.ebuild b/net-analyzer/nmap/nmap-4.68.ebuild
index 045b56d777d2..a7d49e2273ce 100644
--- a/net-analyzer/nmap/nmap-4.68.ebuild
+++ b/net-analyzer/nmap/nmap-4.68.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.68.ebuild,v 1.5 2008/08/04 19:48:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.68.ebuild,v 1.6 2008/08/28 21:38:01 spock Exp $
inherit eutils flag-o-matic autotools
@@ -58,7 +58,7 @@ src_compile() {
"${myconf}" \
$(use_with gtk zenmap) \
$(use_with ssl openssl) || die
- emake -j1 || die
+ emake || die
}
src_install() {