summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/sussen/sussen-0.29.ebuild')
-rw-r--r--net-analyzer/sussen/sussen-0.29.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/sussen/sussen-0.29.ebuild b/net-analyzer/sussen/sussen-0.29.ebuild
index 5b4a5cb446b8..fb8392d4440a 100644
--- a/net-analyzer/sussen/sussen-0.29.ebuild
+++ b/net-analyzer/sussen/sussen-0.29.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sussen/sussen-0.29.ebuild,v 1.1 2006/09/10 09:09:03 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sussen/sussen-0.29.ebuild,v 1.2 2006/09/11 09:21:27 pva Exp $
inherit eutils gnome2 mono
@@ -56,7 +56,7 @@ src_compile () {
$(use_enable dbus) \
$(use_enable gnome) || die "./configure failed."
- emake || die "Compilation failed"
+ emake -j1 || die "Compilation failed"
}
src_install () {