diff options
-rw-r--r-- | sci-mathematics/calc/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/calc/calc-2.12.2.2.ebuild | 7 |
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 \ |