Gentoo Archives: gentoo-commits

From: Heather Cynede <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/
Date: Sat, 01 Aug 2015 13:22:22
Message-Id: 1438429532.cf93ec9052a565042a4a71d6fac3ec6b105a0696.cynede@gentoo
1 commit: cf93ec9052a565042a4a71d6fac3ec6b105a0696
2 Author: Ron MacNeil <macro <AT> hotmail <DOT> com>
3 AuthorDate: Sat Aug 1 11:17:28 2015 +0000
4 Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 11:45:32 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=cf93ec90
7
8 mono-4.0.2.5: Remove unnecessary src_compile() retry
9
10 dev-lang/mono/mono-4.0.2.5.ebuild | 5 +----
11 1 file changed, 1 insertion(+), 4 deletions(-)
12
13 diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild b/dev-lang/mono/mono-4.0.2.5.ebuild
14 index efd289e..6a73568 100644
15 --- a/dev-lang/mono/mono-4.0.2.5.ebuild
16 +++ b/dev-lang/mono/mono-4.0.2.5.ebuild
17 @@ -91,10 +91,7 @@ src_configure() {
18 }
19
20 src_compile() {
21 - nonfatal autotools-utils_src_compile || {
22 - eqawarn "maintainer of this ebuild has no idea why it fails. If you happen to know how to fix it - please let me know"
23 - autotools-utils_src_compile
24 - }
25 + autotools-utils_src_compile
26 }
27
28 src_test() {