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:09
Message-Id: 1438428626.8c22d5ecd33824a440d3200acb827dab462350d7.cynede@gentoo
1 commit: 8c22d5ecd33824a440d3200acb827dab462350d7
2 Author: Ron MacNeil <macro <AT> hotmail <DOT> com>
3 AuthorDate: Sat Aug 1 10:49:02 2015 +0000
4 Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 11:30:26 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=8c22d5ec
7
8 mono-4.0.2.5: Remove non-existent --enable-debug
9
10 Now part of --enable-minimal and on by default.
11
12 dev-lang/mono/mono-4.0.2.5.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 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 138bd59..dc970a0 100644
17 --- a/dev-lang/mono/mono-4.0.2.5.ebuild
18 +++ b/dev-lang/mono/mono-4.0.2.5.ebuild
19 @@ -17,7 +17,7 @@ SLOT="0"
20
21 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
22
23 -IUSE="nls minimal pax_kernel xen doc debug"
24 +IUSE="nls minimal pax_kernel xen doc"
25
26 COMMONDEPEND="
27 !minimal? ( >=dev-dotnet/libgdiplus-2.10 )
28 @@ -84,7 +84,6 @@ src_configure() {
29 --without-ikvm-native
30 --disable-dtrace
31 $(use_with doc mcs-docs)
32 - $(use_enable debug)
33 $(use_enable nls)
34 )