diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-10-22 02:29:16 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-10-22 02:29:16 +0000 |
commit | 91ca7e8a9eea1b54bec0c391d1bdb5d30a42290d (patch) | |
tree | 12bd3402373fffcfe9270cf0b3882ed1f8897392 /app-office/lyx/lyx-1.3.4.ebuild | |
parent | Finally adding 3.1.0 to cvs. Blame plasmaroo. (diff) | |
download | historical-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.ebuild | 5 |
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" } |