summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-10-22 02:29:16 +0000
committerMamoru Komachi <usata@gentoo.org>2004-10-22 02:29:16 +0000
commit91ca7e8a9eea1b54bec0c391d1bdb5d30a42290d (patch)
tree12bd3402373fffcfe9270cf0b3882ed1f8897392 /app-office/lyx/lyx-1.3.4.ebuild
parentFinally adding 3.1.0 to cvs. Blame plasmaroo. (diff)
downloadhistorical-91ca7e8a9eea1b54bec0c391d1bdb5d30a42290d.tar.gz
historical-91ca7e8a9eea1b54bec0c391d1bdb5d30a42290d.tar.bz2
historical-91ca7e8a9eea1b54bec0c391d1bdb5d30a42290d.zip
Added -j1 to emake; bug #57479.
Diffstat (limited to 'app-office/lyx/lyx-1.3.4.ebuild')
-rw-r--r--app-office/lyx/lyx-1.3.4.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-office/lyx/lyx-1.3.4.ebuild b/app-office/lyx/lyx-1.3.4.ebuild
index c9d92d4eb9f7..2415b1740bbc 100644
--- a/app-office/lyx/lyx-1.3.4.ebuild
+++ b/app-office/lyx/lyx-1.3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.4.ebuild,v 1.9 2004/09/08 18:40:33 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.4.ebuild,v 1.10 2004/10/22 02:29:16 usata Exp $
inherit kde-functions eutils libtool
@@ -72,7 +72,8 @@ src_compile() {
${myconf} \
--enable-optimization="$flags" \
|| die
- emake || die "emake failed"
+ # bug 57479
+ emake -j1 || die "emake failed"
}