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 E78101384B3 for ; Sat, 1 Aug 2015 13:22:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 997B01406C; Sat, 1 Aug 2015 13:21:59 +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 B062914067 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 1161B340914 for ; 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 AC5E211D 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.3d89a28716062035900ba67fa908306495a32e8a.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: 3d89a28716062035900ba67fa908306495a32e8a 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: f279973e-13a6-417d-81d1-85fb4b55cf33 X-Archives-Hash: 4dedff776a8c8dae002823214b926595 commit: 3d89a28716062035900ba67fa908306495a32e8a Author: Ron MacNeil hotmail com> AuthorDate: Sat Aug 1 10:25:58 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=3d89a287 mono-4.0.2.5: Remove --enable-system-aot The configure script automatically enables this on supported platforms. dev-lang/mono/mono-4.0.2.5.ebuild | 1 - 1 file changed, 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 cf78032..682ab03 100644 --- a/dev-lang/mono/mono-4.0.2.5.ebuild +++ b/dev-lang/mono/mono-4.0.2.5.ebuild @@ -79,7 +79,6 @@ src_prepare() { src_configure() { local myeconfargs=( - --enable-system-aot=yes --disable-quiet-build --with-libgdiplus=$(usex minimal no installed) $(use_with xen xen_opt)