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 A1FCF59CA3 for ; Fri, 18 Mar 2016 06:32:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7A4321C00F; Fri, 18 Mar 2016 06:32:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8856121C003 for ; Fri, 18 Mar 2016 06:32:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0EA75340D8D for ; Fri, 18 Mar 2016 06:32:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B945D85F for ; Fri, 18 Mar 2016 06:32:48 +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: <1458211888.1706de8a9e7ddfa90d8e4278669a2784cc4edb8a.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.4.0.40.ebuild X-VCS-Directories: dev-lang/mono/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: 1706de8a9e7ddfa90d8e4278669a2784cc4edb8a X-VCS-Branch: master Date: Fri, 18 Mar 2016 06:32:48 +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: c82efe88-4b75-41dd-b577-ea992c4e26c6 X-Archives-Hash: 8e8650434f4b1afe12a4f9b826f66be3 commit: 1706de8a9e7ddfa90d8e4278669a2784cc4edb8a Author: ArsenShnurkov gmail com> AuthorDate: Thu Mar 17 10:51:28 2016 +0000 Commit: Heather Cynede gentoo org> CommitDate: Thu Mar 17 10:51:28 2016 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=1706de8a comment with href to eclass added dev-lang/mono/mono-4.4.0.40.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/mono/mono-4.4.0.40.ebuild b/dev-lang/mono/mono-4.4.0.40.ebuild index b9e1843..be546cf 100644 --- a/dev-lang/mono/mono-4.4.0.40.ebuild +++ b/dev-lang/mono/mono-4.4.0.40.ebuild @@ -38,6 +38,7 @@ MAKEOPTS="${MAKEOPTS} -j1" #nowarn S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)" pkg_pretend() { + # https://github.com/gentoo/gentoo/blob/f200e625bda8de696a28338318c9005b69e34710/eclass/linux-info.eclass#L686 # If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling. # See http://bugs.gentoo.org/261869 for more info." CONFIG_CHECK="SYSVIPC"