From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-824564-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 390D51384B3 for <garchives@archives.gentoo.org>; Sat, 1 Aug 2015 13:22:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AF8714068; Sat, 1 Aug 2015 13:22:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 401C514067 for <gentoo-commits@lists.gentoo.org>; Sat, 1 Aug 2015 13:21:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DED734091E for <gentoo-commits@lists.gentoo.org>; Sat, 1 Aug 2015 13:21:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD83C11E for <gentoo-commits@lists.gentoo.org>; Sat, 1 Aug 2015 13:21:55 +0000 (UTC) From: "Heather Cynede" <cynede@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" <cynede@gentoo.org> Message-ID: <1438428045.62d90b5664b9c1ede6e9dcf46676cab2dc42ab79.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-lang/mono/mono-4.0.2.5.ebuild X-VCS-Directories: dev-lang/mono/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: 62d90b5664b9c1ede6e9dcf46676cab2dc42ab79 X-VCS-Branch: master Date: Sat, 1 Aug 2015 13:21:55 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1b9ac1db-9893-4338-965f-693f8fe93e09 X-Archives-Hash: a9e79aab7542b57389a2f08c791cbf71 commit: 62d90b5664b9c1ede6e9dcf46676cab2dc42ab79 Author: Ron MacNeil <macro <AT> hotmail <DOT> com> AuthorDate: Sat Aug 1 10:27:43 2015 +0000 Commit: Heather Cynede <cynede <AT> gentoo <DOT> org> CommitDate: Sat Aug 1 11:20:45 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=62d90b56 mono-4.0.2.5: New spelling of --disable-quiet-build dev-lang/mono/mono-4.0.2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild b/dev-lang/mono/mono-4.0.2.5.ebuild index 682ab03..b7f747d 100644 --- a/dev-lang/mono/mono-4.0.2.5.ebuild +++ b/dev-lang/mono/mono-4.0.2.5.ebuild @@ -79,7 +79,7 @@ src_prepare() { src_configure() { local myeconfargs=( - --disable-quiet-build + --disable-silent-rules --with-libgdiplus=$(usex minimal no installed) $(use_with xen xen_opt) --without-ikvm-native