diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-04-28 14:55:16 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-04-28 14:55:16 +0000 |
commit | 10748d8590b03d01de8b918926d01e82cd268a2d (patch) | |
tree | 1964cd518134cee7973f4c496af54e11e9fff9e4 /sci-mathematics/singular/singular-3.1.1.ebuild | |
parent | clean up unused inherit eutils (diff) | |
download | historical-10748d8590b03d01de8b918926d01e82cd268a2d.tar.gz historical-10748d8590b03d01de8b918926d01e82cd268a2d.tar.bz2 historical-10748d8590b03d01de8b918926d01e82cd268a2d.zip |
Reverted to full -j1, simple hacks for parallel builds unstable
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sci-mathematics/singular/singular-3.1.1.ebuild')
-rw-r--r-- | sci-mathematics/singular/singular-3.1.1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sci-mathematics/singular/singular-3.1.1.ebuild b/sci-mathematics/singular/singular-3.1.1.ebuild index 49de6ffab108..28061fec825b 100644 --- a/sci-mathematics/singular/singular-3.1.1.ebuild +++ b/sci-mathematics/singular/singular-3.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.1.ebuild,v 1.1 2010/04/28 04:53:21 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.1.ebuild,v 1.2 2010/04/28 14:55:16 bicatali Exp $ EAPI="2" @@ -66,10 +66,6 @@ src_configure() { } src_compile() { - emake install -j1 -C omalloc || die "emake omalloc failed" - emake install -j1 -C factory || die "emake factory failed" - emake install -C libfac || die "emake libfac failed" - emake install -C kernel || die "emake libfac failed" emake -j1 || die "emake failed" if use emacs; then cd "${WORKDIR}"/${MY_PN}/${MY_PV}/emacs/ |