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:10
Message-Id: 1438428045.b797e7aa8af8d2f17c0cfafb771087b9e25b4baf.cynede@gentoo
1 commit: b797e7aa8af8d2f17c0cfafb771087b9e25b4baf
2 Author: Ron MacNeil <macro <AT> hotmail <DOT> com>
3 AuthorDate: Sat Aug 1 10:38:08 2015 +0000
4 Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 11:20:45 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=b797e7aa
7
8 mono-4.0.2.5: Remove non-existent --with-jit
9
10 Now part of --enable-minimal and on by default
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 98efbcc..138bd59 100644
17 --- a/dev-lang/mono/mono-4.0.2.5.ebuild
18 +++ b/dev-lang/mono/mono-4.0.2.5.ebuild
19 @@ -82,7 +82,6 @@ src_configure() {
20 --disable-silent-rules
21 $(use_with xen xen_opt)
22 --without-ikvm-native
23 - --with-jit
24 --disable-dtrace
25 $(use_with doc mcs-docs)
26 $(use_enable debug)