commit: 3d89a28716062035900ba67fa908306495a32e8a
Author: Ron MacNeil <macro <AT> hotmail <DOT> com>
AuthorDate: Sat Aug 1 10:25:58 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sat Aug 1 11:20:44 2015 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=3d89a287
mono-4.0.2.5: Remove --enable-system-aot
The configure script automatically enables this on supported platforms.
dev-lang/mono/mono-4.0.2.5.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild
b/dev-lang/mono/mono-4.0.2.5.ebuild
index cf78032..682ab03 100644
--- a/dev-lang/mono/mono-4.0.2.5.ebuild
+++ b/dev-lang/mono/mono-4.0.2.5.ebuild
@@ -79,7 +79,6 @@ src_prepare() {
src_configure() {
local myeconfargs=(
- --enable-system-aot=yes
--disable-quiet-build
--with-libgdiplus=$(usex minimal no installed)
$(use_with xen xen_opt)