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 | e3b2de20f33ecf30e65e2d8e2c205804f49fa696 (patch) | |
tree | ddf2eb3c6a35591948a54a8d540a52d8c3bb6027 /sci-mathematics/singular | |
parent | clean up unused inherit eutils (diff) | |
download | gentoo-2-e3b2de20f33ecf30e65e2d8e2c205804f49fa696.tar.gz gentoo-2-e3b2de20f33ecf30e65e2d8e2c205804f49fa696.tar.bz2 gentoo-2-e3b2de20f33ecf30e65e2d8e2c205804f49fa696.zip |
Reverted to full -j1, simple hacks for parallel builds unstable
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/singular')
-rw-r--r-- | sci-mathematics/singular/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/singular/singular-3.1.1.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sci-mathematics/singular/ChangeLog b/sci-mathematics/singular/ChangeLog index 7de96bbe10af..444d296a54ae 100644 --- a/sci-mathematics/singular/ChangeLog +++ b/sci-mathematics/singular/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/singular # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.32 2010/04/28 04:53:21 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.33 2010/04/28 14:55:16 bicatali Exp $ + + 28 Apr 2010; Sébastien Fabbro <bicatali@gentoo.org> + singular-3.1.1.ebuild: + Reverted to full -j1, simple hacks for parallel builds unstable *singular-3.1.1 (28 Apr 2010) 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/ |