summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-01 17:33:41 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-01 17:33:41 +0000
commitb3d008ce2bf2fbd60b05dddda48e95285f2ace93 (patch)
treeaef0bd8c45e808097a3981452b0bf638e1e8fbf5 /sci-mathematics
parentTransfer Prefix keywords (diff)
downloadgentoo-2-b3d008ce2bf2fbd60b05dddda48e95285f2ace93.tar.gz
gentoo-2-b3d008ce2bf2fbd60b05dddda48e95285f2ace93.tar.bz2
gentoo-2-b3d008ce2bf2fbd60b05dddda48e95285f2ace93.zip
Use -j1 for build (bug #299224).
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/calc/ChangeLog8
-rw-r--r--sci-mathematics/calc/calc-2.12.2.2.ebuild7
2 files changed, 10 insertions, 5 deletions
diff --git a/sci-mathematics/calc/ChangeLog b/sci-mathematics/calc/ChangeLog
index eba91ea743b6..6d732e2655e2 100644
--- a/sci-mathematics/calc/ChangeLog
+++ b/sci-mathematics/calc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/calc
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/ChangeLog,v 1.17 2008/06/02 22:39:34 coldwind Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/ChangeLog,v 1.18 2010/01/01 17:33:41 flameeyes Exp $
+
+ 01 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ calc-2.12.2.2.ebuild:
+ Use -j1 for build (bug #299224).
02 Jun 2008; Santiago M. Mola <coldwind@gentoo.org> calc-2.12.2.2.ebuild:
amd64 stable and quoting fixed.
diff --git a/sci-mathematics/calc/calc-2.12.2.2.ebuild b/sci-mathematics/calc/calc-2.12.2.2.ebuild
index d90a697ea56d..da70d26ccc94 100644
--- a/sci-mathematics/calc/calc-2.12.2.2.ebuild
+++ b/sci-mathematics/calc/calc-2.12.2.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.12.2.2.ebuild,v 1.5 2008/06/02 22:39:34 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.12.2.2.ebuild,v 1.6 2010/01/01 17:33:41 flameeyes Exp $
inherit eutils multilib
@@ -30,7 +30,8 @@ src_unpack() {
}
src_compile() {
- make \
+ # bug #299224
+ emake -j1 \
T="${D}" \
DEBUG="${CFLAGS}" \
CALCPAGER=less \