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:03
Message-Id: 1438428044.5af1f2ec5940d6a397da1f0b151262cebb657323.cynede@gentoo
1 commit: 5af1f2ec5940d6a397da1f0b151262cebb657323
2 Author: Ron MacNeil <macro <AT> hotmail <DOT> com>
3 AuthorDate: Sat Aug 1 10:22:06 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=5af1f2ec
7
8 mono-4.0.2.5: Remove incorrectly-named and redundant --with-profile4
9
10 It's --with-profile4_5 now, and it's enabled by default.
11
12 dev-lang/mono/mono-4.0.2.5.ebuild | 3 ---
13 1 file changed, 3 deletions(-)
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 edfd269..cf78032 100644
17 --- a/dev-lang/mono/mono-4.0.2.5.ebuild
18 +++ b/dev-lang/mono/mono-4.0.2.5.ebuild
19 @@ -78,8 +78,6 @@ src_prepare() {
20 }
21
22 src_configure() {
23 - # --with-profile4 needs to be always enabled since it's used by default
24 - # and, otherwise, problems like bug #340641 appear.
25 local myeconfargs=(
26 --enable-system-aot=yes
27 --disable-quiet-build
28 @@ -88,7 +86,6 @@ src_configure() {
29 --without-ikvm-native
30 --with-jit
31 --disable-dtrace
32 - --with-profile4
33 $(use_with doc mcs-docs)
34 $(use_enable debug)
35 $(use_enable nls)