summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2013-07-16 22:46:43 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2013-07-16 22:46:43 +0000
commit0cd8a1c968e9472c6f9ed448e88b84fbfd9a6fdc (patch)
treed2986cf9ceb3f565d40ec378a5d7f3795be31012 /sci-astronomy
parentDEPEND on dev-lang/swig for python support by Arfrever Frehtes Taifersar Arah... (diff)
downloadgentoo-2-0cd8a1c968e9472c6f9ed448e88b84fbfd9a6fdc.tar.gz
gentoo-2-0cd8a1c968e9472c6f9ed448e88b84fbfd9a6fdc.tar.bz2
gentoo-2-0cd8a1c968e9472c6f9ed448e88b84fbfd9a6fdc.zip
Forcing non-parallel install hopefully fixing bug #476870
(Portage version: 2.2.01.22124-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/sofa_c/ChangeLog5
-rw-r--r--sci-astronomy/sofa_c/sofa_c-20120301a.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-astronomy/sofa_c/ChangeLog b/sci-astronomy/sofa_c/ChangeLog
index 8e1f2c00da52..1432d42d617b 100644
--- a/sci-astronomy/sofa_c/ChangeLog
+++ b/sci-astronomy/sofa_c/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-astronomy/sofa_c
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/sofa_c/ChangeLog,v 1.2 2013/05/23 19:03:15 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/sofa_c/ChangeLog,v 1.3 2013/07/16 22:46:43 bicatali Exp $
+
+ 16 Jul 2013; Sébastien Fabbro <bicatali@gentoo.org> sofa_c-20120301a.ebuild:
+ Forcing non-parallel install hopefully fixing bug #476870
23 May 2013; Sébastien Fabbro <bicatali@gentoo.org>
files/sofa_c-makefile.patch:
diff --git a/sci-astronomy/sofa_c/sofa_c-20120301a.ebuild b/sci-astronomy/sofa_c/sofa_c-20120301a.ebuild
index f10a1ee114c9..25fa1fa7c300 100644
--- a/sci-astronomy/sofa_c/sofa_c-20120301a.ebuild
+++ b/sci-astronomy/sofa_c/sofa_c-20120301a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/sofa_c/sofa_c-20120301a.ebuild,v 1.1 2013/04/23 15:57:06 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/sofa_c/sofa_c-20120301a.ebuild,v 1.2 2013/07/16 22:46:43 bicatali Exp $
EAPI=5
@@ -31,7 +31,7 @@ src_prepare() {
}
src_install() {
- emake DESTDIR="${ED}" install
+ emake DESTDIR="${ED}" -j1 install
cd ..
dodoc 00READ.ME
use doc && dodoc doc/*.lis doc/*.pdf