commit: cf93ec9052a565042a4a71d6fac3ec6b105a0696
Author: Ron MacNeil <macro <AT> hotmail <DOT> com>
AuthorDate: Sat Aug 1 11:17:28 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> 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() {