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 4E2541384B3 for ; Sat, 1 Aug 2015 13:22:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20D9914074; Sat, 1 Aug 2015 13:22:01 +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 84E4814062 for ; Sat, 1 Aug 2015 13:21:59 +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 626F6340940 for ; Sat, 1 Aug 2015 13:21:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E7E1123 for ; Sat, 1 Aug 2015 13:21:56 +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: <1438429532.cf93ec9052a565042a4a71d6fac3ec6b105a0696.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.2.5.ebuild X-VCS-Directories: dev-lang/mono/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: cf93ec9052a565042a4a71d6fac3ec6b105a0696 X-VCS-Branch: master Date: Sat, 1 Aug 2015 13:21:56 +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: b2b26d4c-e8be-4acb-b077-d78d5d8c7577 X-Archives-Hash: 26bd9e5316c17db23840b7362bcef6a1 commit: cf93ec9052a565042a4a71d6fac3ec6b105a0696 Author: Ron MacNeil hotmail com> AuthorDate: Sat Aug 1 11:17:28 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Sat Aug 1 11:45:32 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=cf93ec90 mono-4.0.2.5: Remove unnecessary src_compile() retry dev-lang/mono/mono-4.0.2.5.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild b/dev-lang/mono/mono-4.0.2.5.ebuild index efd289e..6a73568 100644 --- a/dev-lang/mono/mono-4.0.2.5.ebuild +++ b/dev-lang/mono/mono-4.0.2.5.ebuild @@ -91,10 +91,7 @@ src_configure() { } src_compile() { - nonfatal autotools-utils_src_compile || { - eqawarn "maintainer of this ebuild has no idea why it fails. If you happen to know how to fix it - please let me know" - autotools-utils_src_compile - } + autotools-utils_src_compile } src_test() {