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