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 505CE138CA4 for ; Sun, 3 May 2015 17:25:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28C60E0828; Sun, 3 May 2015 17:25:07 +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 CABE7E0828 for ; Sun, 3 May 2015 17:25:06 +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 A2D55340C69 for ; Sun, 3 May 2015 17:25:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C7D4986 for ; Sun, 3 May 2015 17:25:03 +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: <1430673317.a054bbc401f111c98d2c72ff81ec5c5943b80cb7.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.1.ebuild X-VCS-Directories: dev-lang/mono/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: a054bbc401f111c98d2c72ff81ec5c5943b80cb7 X-VCS-Branch: master Date: Sun, 3 May 2015 17:25:03 +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: 27aee8f4-34e5-4484-8a50-1b831def29e5 X-Archives-Hash: 51cb3d120e58528bf4ddd3ea1283c279 commit: a054bbc401f111c98d2c72ff81ec5c5943b80cb7 Author: Heather live ru> AuthorDate: Sun May 3 17:15:17 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Sun May 3 17:15:17 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=a054bbc4 mono-4.0.1.ebuild MAKEOPTS="${MAKEOPTS} -j1" #nowarn dev-lang/mono/mono-4.0.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-lang/mono/mono-4.0.1.ebuild b/dev-lang/mono/mono-4.0.1.ebuild index f7cc961..8ba5999 100644 --- a/dev-lang/mono/mono-4.0.1.ebuild +++ b/dev-lang/mono/mono-4.0.1.ebuild @@ -32,6 +32,8 @@ 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."