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 7424E1381F3 for ; Mon, 23 Sep 2013 15:35:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97EF2E0AC8; Mon, 23 Sep 2013 15:35:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F14EE0AC8 for ; Mon, 23 Sep 2013 15:35:16 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DF6A33EC72 for ; Mon, 23 Sep 2013 15:35:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EEFFAE468F for ; Mon, 23 Sep 2013 15:35:13 +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: <1379950306.d99325ffe4fa6cdff4b72e67dbf8cd0b392733d5.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.3.ebuild X-VCS-Directories: dev-lang/mono/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: d99325ffe4fa6cdff4b72e67dbf8cd0b392733d5 X-VCS-Branch: master Date: Mon, 23 Sep 2013 15:35:13 +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: 914bca09-0b9f-475c-a8b4-d26e14a6de01 X-Archives-Hash: e04ca9c052f8b5e4587cce2ed43a7ae6 commit: d99325ffe4fa6cdff4b72e67dbf8cd0b392733d5 Author: Heather cynede net> AuthorDate: Mon Sep 23 15:31:46 2013 +0000 Commit: Heather Cynede gentoo org> CommitDate: Mon Sep 23 15:31:46 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=d99325ff typo fix --- dev-lang/mono/mono-3.2.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lang/mono/mono-3.2.3.ebuild b/dev-lang/mono/mono-3.2.3.ebuild index 3c28ce6..450becc 100644 --- a/dev-lang/mono/mono-3.2.3.ebuild +++ b/dev-lang/mono/mono-3.2.3.ebuild @@ -97,11 +97,11 @@ src_configure() { } src_compile() { - nofatal emake || { + nonfatal emake || { eqawarn "shit, try again" - emake || { + nonfatal emake || { eqawarn "maintainer of this ebuild has no idea why it fails. If you happen to know how to fix it - please let me know" - die + die "make failed :(" } } }