From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D49131384B3 for ; Sat, 1 Aug 2015 13:22:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A54C14053; 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 A6AEF14062 for ; Sat, 1 Aug 2015 13:21:58 +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 F3F1C3408EE for ; Sat, 1 Aug 2015 13:21:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89D9B11B for ; Sat, 1 Aug 2015 13:21:55 +0000 (UTC) From: "Heather Cynede" 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" Message-ID: <1438428044.9303de000e7611110119adaacb59fe784a61b413.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: 9303de000e7611110119adaacb59fe784a61b413 X-VCS-Branch: master Date: Sat, 1 Aug 2015 13:21:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e8822cd0-2a12-41d8-a8d2-3af0f2f794eb X-Archives-Hash: 8ae65898e477e2acfae518d8429c713c commit: 9303de000e7611110119adaacb59fe784a61b413 Author: Ron MacNeil hotmail com> AuthorDate: Sat Aug 1 10:20:49 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Sat Aug 1 11:20:44 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=9303de00 mono-4.0.2.5: Remove --without-moonlight It doesn't exist anymore. dev-lang/mono/mono-4.0.2.5.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild b/dev-lang/mono/mono-4.0.2.5.ebuild index 997a922..edfd269 100644 --- a/dev-lang/mono/mono-4.0.2.5.ebuild +++ b/dev-lang/mono/mono-4.0.2.5.ebuild @@ -78,15 +78,11 @@ src_prepare() { } src_configure() { - # --without-moonlight since www-plugins/moonlight is not the only one - # using mono: https://bugzilla.novell.com/show_bug.cgi?id=641005#c3 - # # --with-profile4 needs to be always enabled since it's used by default # and, otherwise, problems like bug #340641 appear. local myeconfargs=( --enable-system-aot=yes --disable-quiet-build - --without-moonlight --with-libgdiplus=$(usex minimal no installed) $(use_with xen xen_opt) --without-ikvm-native