From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-824567-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 BD8CF1384B3
	for <garchives@archives.gentoo.org>; Sat,  1 Aug 2015 13:22:10 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0280514073;
	Sat,  1 Aug 2015 13:22:01 +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 6A69D14068
	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 58AB6340923
	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 DECA7120
	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.b797e7aa8af8d2f17c0cfafb771087b9e25b4baf.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: b797e7aa8af8d2f17c0cfafb771087b9e25b4baf
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: fc4259f2-f407-49ae-aa9a-6de2662a9ff0
X-Archives-Hash: 96f1cd27a9014726d60d6468633fd056

commit:     b797e7aa8af8d2f17c0cfafb771087b9e25b4baf
Author:     Ron MacNeil <macro <AT> hotmail <DOT> com>
AuthorDate: Sat Aug  1 10:38:08 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=b797e7aa

mono-4.0.2.5: Remove non-existent --with-jit

Now part of --enable-minimal and on by default

 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 98efbcc..138bd59 100644
--- a/dev-lang/mono/mono-4.0.2.5.ebuild
+++ b/dev-lang/mono/mono-4.0.2.5.ebuild
@@ -82,7 +82,6 @@ src_configure() {
 		--disable-silent-rules
 		$(use_with xen xen_opt)
 		--without-ikvm-native
-		--with-jit
 		--disable-dtrace
 		$(use_with doc mcs-docs)
 		$(use_enable debug)