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 1A80E1387FD for ; Fri, 18 Jul 2014 16:37:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AAAEE0A4F; Fri, 18 Jul 2014 16:37: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 14ACDE0A4F for ; Fri, 18 Jul 2014 16:37:07 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [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 3581034036E for ; Fri, 18 Jul 2014 16:37:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id E63DC193E5 for ; Fri, 18 Jul 2014 16:37:04 +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: <1405570542.6eec28162bf60e3ea41500b1571b3713128acdd9.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-3.2.8.ebuild X-VCS-Directories: dev-lang/mono/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: 6eec28162bf60e3ea41500b1571b3713128acdd9 X-VCS-Branch: master Date: Fri, 18 Jul 2014 16:37:04 +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: 21d5e9f6-3d59-4807-a18a-57632d57588d X-Archives-Hash: dadc14b3966e9b5e427813d0565848b4 commit: 6eec28162bf60e3ea41500b1571b3713128acdd9 Author: Heather Gentoo org> AuthorDate: Thu Jul 17 04:15:42 2014 +0000 Commit: Heather Cynede gentoo org> CommitDate: Thu Jul 17 04:15:42 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=6eec2816 make kernel checks nonfatal https://bugs.gentoo.org/show_bug.cgi?id=513852 --- dev-lang/mono/mono-3.2.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/mono/mono-3.2.8.ebuild b/dev-lang/mono/mono-3.2.8.ebuild index f07a605..d79a217 100644 --- a/dev-lang/mono/mono-3.2.8.ebuild +++ b/dev-lang/mono/mono-3.2.8.ebuild @@ -37,7 +37,7 @@ 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." CONFIG_CHECK="SYSVIPC" - use kernel_linux && check_extra_config + use kernel_linux && nonfatal check_extra_config } pkg_setup() {