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 0442B138CD0 for ; Thu, 21 May 2015 17:43:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94591E08C8; Thu, 21 May 2015 17:43:30 +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 F3808E08C9 for ; Thu, 21 May 2015 17:43:29 +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 4FD2E34102F for ; Thu, 21 May 2015 17:43:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F32809F7 for ; Thu, 21 May 2015 17:43:27 +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: <1432057479.66d1115f89112b7d957d275e12efac6c6bcb2fb6.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-9999.ebuild X-VCS-Directories: dev-lang/mono/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: 66d1115f89112b7d957d275e12efac6c6bcb2fb6 X-VCS-Branch: master Date: Thu, 21 May 2015 17:43:27 +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: bbe04e05-be5d-4811-b1c3-1dbb41df14b5 X-Archives-Hash: 94944a3e1bf6d42be4ac63f9feed2c2c commit: 66d1115f89112b7d957d275e12efac6c6bcb2fb6 Author: Heather users noreply github com> AuthorDate: Tue May 19 17:44:39 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Tue May 19 17:44:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=66d1115f Upstream fixed installation with parallel make seems like https://github.com/mono/mono/commit/d755444be0d1faec7edbc97d03c1b5f697b65634 dev-lang/mono/mono-9999.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-lang/mono/mono-9999.ebuild b/dev-lang/mono/mono-9999.ebuild index 9facb85..ee8d8bc 100644 --- a/dev-lang/mono/mono-9999.ebuild +++ b/dev-lang/mono/mono-9999.ebuild @@ -31,8 +31,6 @@ DEPEND="${COMMONDEPEND} pax_kernel? ( sys-apps/elfix ) " -MAKEOPTS="${MAKEOPTS} -j1" #nowarn - pkg_pretend() { # If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling. # See http://bugs.gentoo.org/261869 for more info."