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 E6E711381FA for ; Thu, 15 May 2014 12:46:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51AB8E09EF; Thu, 15 May 2014 12:46:46 +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 BD4D5E09EF for ; Thu, 15 May 2014 12:46:45 +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 CF4D733FD7A for ; Thu, 15 May 2014 12:46:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 7D930182D4 for ; Thu, 15 May 2014 12:46:43 +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: <1400157995.2ebe28a76688396b701583d9483f0d5879c6ae7f.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: 2ebe28a76688396b701583d9483f0d5879c6ae7f X-VCS-Branch: master Date: Thu, 15 May 2014 12:46:43 +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: a3999bfc-2fde-4c7f-a688-2127355f3df5 X-Archives-Hash: b28c73b30e677936469e7a1afcd40301 commit: 2ebe28a76688396b701583d9483f0d5879c6ae7f Author: Michael Weber xmw de> AuthorDate: Thu May 15 12:46:35 2014 +0000 Commit: Michael Weber gentoo org> CommitDate: Thu May 15 12:46:35 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=2ebe28a7 meh, no 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 f6e4860..1b5048a 100644 --- a/dev-util/eclipse-cpl/ChangeLog +++ b/dev-util/eclipse-cpl/ChangeLog @@ -1,3 +1,6 @@ + 15 May 2014; Michael Weber eclipse-cpl-6.1.187.ebuild: + meh, no parallel build + *eclipse-cpl-6.1.187 (15 May 2014) 15 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 f6743d6..1645a11 100644 --- a/dev-util/eclipse-cpl/eclipse-cpl-6.1.187.ebuild +++ b/dev-util/eclipse-cpl/eclipse-cpl-6.1.187.ebuild @@ -67,7 +67,7 @@ src_configure() { } src_compile() { - emake -f Makefile.${ARCH} PREFIX="${S}/build" + emake -f Makefile.${ARCH} PREFIX="${S}/build" -j1 } src_install() {