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:05
Message-Id: 1438428043.0bf78bc1d7717095c5cd5eb950d85d8f0756db3e.cynede@gentoo
1 commit: 0bf78bc1d7717095c5cd5eb950d85d8f0756db3e
2 Author: Ron MacNeil <macro <AT> hotmail <DOT> com>
3 AuthorDate: Sat Aug 1 10:19:09 2015 +0000
4 Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 11:20:43 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=0bf78bc1
7
8 mono-4.0.2.5: Remove redundant --enable-static
9
10 It's enabled by default.
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 8a64839..997a922 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,9 +78,6 @@ src_prepare() {
20 }
21
22 src_configure() {
23 - # NOTE: We need the static libs for now so mono-debugger works.
24 - # See http://bugs.gentoo.org/show_bug.cgi?id=256264 for details
25 - #
26 # --without-moonlight since www-plugins/moonlight is not the only one
27 # using mono: https://bugzilla.novell.com/show_bug.cgi?id=641005#c3
28 #
29 @@ -88,7 +85,6 @@ src_configure() {
30 # and, otherwise, problems like bug #340641 appear.
31 local myeconfargs=(
32 --enable-system-aot=yes
33 - --enable-static
34 --disable-quiet-build
35 --without-moonlight
36 --with-libgdiplus=$(usex minimal no installed)