diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-12-24 14:27:10 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-12-24 14:27:10 +0000 |
commit | 0e75d7dd89ce65cc02d22854f4edc3f94677f9af (patch) | |
tree | 8fd91ddabc1eb52e2cd3e5a0d34ab7487110d039 /sci-mathematics/otter | |
parent | Restored ~ppc ~sparc keywords (diff) | |
download | gentoo-2-0e75d7dd89ce65cc02d22854f4edc3f94677f9af.tar.gz gentoo-2-0e75d7dd89ce65cc02d22854f4edc3f94677f9af.tar.bz2 gentoo-2-0e75d7dd89ce65cc02d22854f4edc3f94677f9af.zip |
Use -j1 for build (bug #298208).
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/otter')
-rw-r--r-- | sci-mathematics/otter/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/otter/otter-3.3-r1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-mathematics/otter/ChangeLog b/sci-mathematics/otter/ChangeLog index 59fda13d3bc7..862c2007b7a6 100644 --- a/sci-mathematics/otter/ChangeLog +++ b/sci-mathematics/otter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/otter -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/otter/ChangeLog,v 1.10 2008/01/28 19:19:09 grobian Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/otter/ChangeLog,v 1.11 2009/12/24 14:27:10 flameeyes Exp $ + + 24 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> otter-3.3-r1.ebuild: + Use -j1 for build (bug #298208). 28 Jan 2008; Fabian Groffen <grobian@gentoo.org> otter-3.3-r1.ebuild: Dropped ppc-macos keyword, see you in prefix diff --git a/sci-mathematics/otter/otter-3.3-r1.ebuild b/sci-mathematics/otter/otter-3.3-r1.ebuild index 4788f537c19a..46ba2ce12fd1 100644 --- a/sci-mathematics/otter/otter-3.3-r1.ebuild +++ b/sci-mathematics/otter/otter-3.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/otter/otter-3.3-r1.ebuild,v 1.5 2008/01/28 19:19:09 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/otter/otter-3.3-r1.ebuild,v 1.6 2009/12/24 14:27:10 flameeyes Exp $ DESCRIPTION="An Automated Deduction System." SRC_URI="http://www-unix.mcs.anl.gov/AR/${PN}/${P}.tar.gz" @@ -14,9 +14,9 @@ DEPEND="virtual/libc" src_compile() { cd source - make || die + emake -j1 || die cd "${S}"/mace2 - make || die + emake -j1 || die } src_install() { |