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:11
Message-Id: 1438428044.9303de000e7611110119adaacb59fe784a61b413.cynede@gentoo
1 commit: 9303de000e7611110119adaacb59fe784a61b413
2 Author: Ron MacNeil <macro <AT> hotmail <DOT> com>
3 AuthorDate: Sat Aug 1 10:20:49 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=9303de00
7
8 mono-4.0.2.5: Remove --without-moonlight
9
10 It doesn't exist anymore.
11
12 dev-lang/mono/mono-4.0.2.5.ebuild | 4 ----
13 1 file changed, 4 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 997a922..edfd269 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,15 +78,11 @@ src_prepare() {
20 }
21
22 src_configure() {
23 - # --without-moonlight since www-plugins/moonlight is not the only one
24 - # using mono: https://bugzilla.novell.com/show_bug.cgi?id=641005#c3
25 - #
26 # --with-profile4 needs to be always enabled since it's used by default
27 # and, otherwise, problems like bug #340641 appear.
28 local myeconfargs=(
29 --enable-system-aot=yes
30 --disable-quiet-build
31 - --without-moonlight
32 --with-libgdiplus=$(usex minimal no installed)
33 $(use_with xen xen_opt)
34 --without-ikvm-native