summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2006-05-01 22:22:54 +0000
committerMarkus Dittrich <markusle@gentoo.org>2006-05-01 22:22:54 +0000
commit2695f6cd6792f9e7571f85dc477b9970a2138a40 (patch)
tree02372dea4376b400e10a9ddf30890594ebb18e67 /sci-mathematics
parentCleaning up (diff)
downloadgentoo-2-2695f6cd6792f9e7571f85dc477b9970a2138a40.tar.gz
gentoo-2-2695f6cd6792f9e7571f85dc477b9970a2138a40.tar.bz2
gentoo-2-2695f6cd6792f9e7571f85dc477b9970a2138a40.zip
Disable parallel build since it is broken (see bug #117490).
(Portage version: 2.1_pre10)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/scilab/ChangeLog5
-rw-r--r--sci-mathematics/scilab/scilab-4.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/scilab/ChangeLog b/sci-mathematics/scilab/ChangeLog
index ee05e98c4843..0d30f3a39f2e 100644
--- a/sci-mathematics/scilab/ChangeLog
+++ b/sci-mathematics/scilab/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/scilab
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.21 2006/04/27 15:38:59 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.22 2006/05/01 22:22:53 markusle Exp $
+
+ 01 May 2006; Markus Dittrich <markusle@gentoo.org> scilab-4.0.ebuild:
+ Disable parallel build since it is broken (see bug #117490).
27 Apr 2006; Markus Dittrich <markusle@gentoo.org>
+files/scilab-ppc-gcc4.patch, scilab-4.0.ebuild:
diff --git a/sci-mathematics/scilab/scilab-4.0.ebuild b/sci-mathematics/scilab/scilab-4.0.ebuild
index c7a67083c9f4..fc1368d423c6 100644
--- a/sci-mathematics/scilab/scilab-4.0.ebuild
+++ b/sci-mathematics/scilab/scilab-4.0.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/sci-mathematics/scilab/scilab-4.0.ebuild,v 1.2 2006/04/27 15:38:59 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.0.ebuild,v 1.3 2006/05/01 22:22:54 markusle Exp $
inherit eutils fortran toolchain-funcs multilib autotools
@@ -82,7 +82,7 @@ src_compile() {
$(use_with ocaml) \
$(use_with java ) \
${myopts} || die "econf failed"
- env HOME="${S}" emake all || die "emake failed"
+ env HOME="${S}" emake -j1 all || die "emake failed"
}
src_install() {