commit:     955e21c32bdccda0fec750c5376bf4fa5f8d4360
Author:     Jonathan-Christofer Demay <jcdemay <AT> gmail <DOT> com>
AuthorDate: Thu Jul 17 15:20:38 2014 +0000
Commit:     Jonathan-Christofer Demay <jcdemay <AT> gmail <DOT> com>
CommitDate: Thu Jul 17 15:20:38 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=955e21c3

sci-mathematics/apron: force j1 for make

---
 sci-mathematics/apron/ChangeLog              |  4 ++++
 sci-mathematics/apron/apron-0.9.10-r1.ebuild | 11 +----------
 2 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/sci-mathematics/apron/ChangeLog b/sci-mathematics/apron/ChangeLog
index ffe53b5..c47c91b 100644
--- a/sci-mathematics/apron/ChangeLog
+++ b/sci-mathematics/apron/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  17 Jul 2014; Jonathan-Christofer Demay <jcde...@gmail.com>
+  apron-0.9.10-r1.ebuild:
+  force j1 option for make
+
   21 Jun 2014; Jonathan-Christofer Demay <jcde...@gmail.com>
   +apron-0.9.10-r1.ebuild:
   dropping cxx and ppl support

diff --git a/sci-mathematics/apron/apron-0.9.10-r1.ebuild 
b/sci-mathematics/apron/apron-0.9.10-r1.ebuild
index 94180af..6cc4562 100644
--- a/sci-mathematics/apron/apron-0.9.10-r1.ebuild
+++ b/sci-mathematics/apron/apron-0.9.10-r1.ebuild
@@ -54,12 +54,7 @@ src_prepare() {
 }
 
 src_compile() {
-       #damn crappy Makefile
-       emake || emake || die "emake failed"
-
-       if use doc && use cxx; then
-               emake -C apronxx doc || "emake doc failed"
-       fi
+       emake -j1 || die "emake failed"
 }
 
 src_install(){
@@ -71,9 +66,5 @@ src_install(){
                if use ocaml; then
                        dodoc mlapronidl/mlapronidl.pdf
                fi
-               if use cxx; then
-                       mv apronxx/doc/latex/refman.pdf apronxx/apronxx.pdf
-                       dodoc ./apronxx/apronxx.pdf
-               fi
        fi
 }

Reply via email to