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:16
Message-Id: 1438428045.62d90b5664b9c1ede6e9dcf46676cab2dc42ab79.cynede@gentoo
1 commit: 62d90b5664b9c1ede6e9dcf46676cab2dc42ab79
2 Author: Ron MacNeil <macro <AT> hotmail <DOT> com>
3 AuthorDate: Sat Aug 1 10:27:43 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=62d90b56
7
8 mono-4.0.2.5: New spelling of --disable-quiet-build
9
10 dev-lang/mono/mono-4.0.2.5.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild b/dev-lang/mono/mono-4.0.2.5.ebuild
14 index 682ab03..b7f747d 100644
15 --- a/dev-lang/mono/mono-4.0.2.5.ebuild
16 +++ b/dev-lang/mono/mono-4.0.2.5.ebuild
17 @@ -79,7 +79,7 @@ src_prepare() {
18
19 src_configure() {
20 local myeconfargs=(
21 - --disable-quiet-build
22 + --disable-silent-rules
23 --with-libgdiplus=$(usex minimal no installed)
24 $(use_with xen xen_opt)
25 --without-ikvm-native