From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 79EB61381FA for ; Tue, 20 May 2014 14:34:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9230EE0C62; Tue, 20 May 2014 14:34:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27688E0C62 for ; Tue, 20 May 2014 14:34:08 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 311EF33FFAB for ; Tue, 20 May 2014 14:34:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id C62671818D for ; Tue, 20 May 2014 14:34:05 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1400596437.646ea59cc00894d8861892f0b630030bd15456a0.xmw@gentoo> Subject: [gentoo-commits] dev/xmw:master commit in: dev-util/eclipse-cpl/ X-VCS-Repository: dev/xmw X-VCS-Files: dev-util/eclipse-cpl/ChangeLog dev-util/eclipse-cpl/eclipse-cpl-6.1.187.ebuild X-VCS-Directories: dev-util/eclipse-cpl/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 646ea59cc00894d8861892f0b630030bd15456a0 X-VCS-Branch: master Date: Tue, 20 May 2014 14:34:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e1ff18d0-ade1-401c-b57b-8b160b5fd159 X-Archives-Hash: 337f6480f8d29b2e199a009b2edb5e9b commit: 646ea59cc00894d8861892f0b630030bd15456a0 Author: Michael Weber xmw de> AuthorDate: Tue May 20 14:33:57 2014 +0000 Commit: Michael Weber gentoo org> CommitDate: Tue May 20 14:33:57 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=646ea59c more non-parallel build Package-Manager: portage-2.2.10 Manifest-Sign-Key: 62EEF090 --- dev-util/eclipse-cpl/ChangeLog | 3 +++ dev-util/eclipse-cpl/eclipse-cpl-6.1.187.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-util/eclipse-cpl/ChangeLog b/dev-util/eclipse-cpl/ChangeLog index 5b74253..707a93b 100644 --- a/dev-util/eclipse-cpl/ChangeLog +++ b/dev-util/eclipse-cpl/ChangeLog @@ -1,4 +1,7 @@ 20 May 2014; Michael Weber eclipse-cpl-6.1.187.ebuild: + more non-parallel build + + 20 May 2014; Michael Weber eclipse-cpl-6.1.187.ebuild: fix tempdir 20 May 2014; Michael Weber eclipse-cpl-6.1.187.ebuild: diff --git a/dev-util/eclipse-cpl/eclipse-cpl-6.1.187.ebuild b/dev-util/eclipse-cpl/eclipse-cpl-6.1.187.ebuild index 35af3d4..9cf6cd8 100644 --- a/dev-util/eclipse-cpl/eclipse-cpl-6.1.187.ebuild +++ b/dev-util/eclipse-cpl/eclipse-cpl-6.1.187.ebuild @@ -148,7 +148,7 @@ EOF emake -C Eplex -f Makefile.${ARCH} PREFIX="${S}/build" install -j1 einfo "compile & install icparc_solvers" - emake -C icparc_solvers -f Makefile.${ARCH} PREFIX="${S}/build" install + emake -C icparc_solvers -f Makefile.${ARCH} PREFIX="${S}/build" install -j1 fi if use gecode ; then einfo "compile & install GecodeInterface"