From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 74DD3138C9D for ; Thu, 16 Apr 2015 13:33:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAFA2E07B2; Thu, 16 Apr 2015 13:33:23 +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 760CDE07B2 for ; Thu, 16 Apr 2015 13:33:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62F03340BD1 for ; Thu, 16 Apr 2015 13:33:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10F54160D3 for ; Thu, 16 Apr 2015 13:33:18 +0000 (UTC) From: "Heather Cynede" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" Message-ID: <1429102649.c8f6b8ed7550b28fe021a85dba6c45ab5276a75d.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-lang/mono/mono-4.0.0_alpha1.ebuild X-VCS-Directories: dev-lang/mono/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: c8f6b8ed7550b28fe021a85dba6c45ab5276a75d X-VCS-Branch: master Date: Thu, 16 Apr 2015 13:33:18 +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: 1750144c-292b-4653-9e83-e2e77258bb82 X-Archives-Hash: 39658f626ef5422d8876263cf4c2f756 commit: c8f6b8ed7550b28fe021a85dba6c45ab5276a75d Author: Heather live ru> AuthorDate: Wed Apr 15 12:57:29 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Wed Apr 15 12:57:29 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=c8f6b8ed add `-j1` to MAKEOPTS, should be the reason of #53 dev-lang/mono/mono-4.0.0_alpha1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/mono/mono-4.0.0_alpha1.ebuild b/dev-lang/mono/mono-4.0.0_alpha1.ebuild index 8153af6..c1b0182 100644 --- a/dev-lang/mono/mono-4.0.0_alpha1.ebuild +++ b/dev-lang/mono/mono-4.0.0_alpha1.ebuild @@ -33,6 +33,7 @@ DEPEND="${COMMONDEPEND} " S="${WORKDIR}/${PN}-4.0.0" +MAKEOPTS="${MAKEOPTS} -j1" #nowarn pkg_pretend() { # If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling.