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 64A991384B3 for ; Sat, 1 Aug 2015 13:22:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D46141406B; 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 471F414053 for ; 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 4EE7734091F 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 EFCF4121 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: <1438428626.8c22d5ecd33824a440d3200acb827dab462350d7.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: 8c22d5ecd33824a440d3200acb827dab462350d7 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: d2942116-cba4-4c36-a7c9-549df56b2c8b X-Archives-Hash: 56fe2735944db15df803c132498d583e commit: 8c22d5ecd33824a440d3200acb827dab462350d7 Author: Ron MacNeil hotmail com> AuthorDate: Sat Aug 1 10:49:02 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Sat Aug 1 11:30:26 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=8c22d5ec mono-4.0.2.5: Remove non-existent --enable-debug Now part of --enable-minimal and on by default. dev-lang/mono/mono-4.0.2.5.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild b/dev-lang/mono/mono-4.0.2.5.ebuild index 138bd59..dc970a0 100644 --- a/dev-lang/mono/mono-4.0.2.5.ebuild +++ b/dev-lang/mono/mono-4.0.2.5.ebuild @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux" -IUSE="nls minimal pax_kernel xen doc debug" +IUSE="nls minimal pax_kernel xen doc" COMMONDEPEND=" !minimal? ( >=dev-dotnet/libgdiplus-2.10 ) @@ -84,7 +84,6 @@ src_configure() { --without-ikvm-native --disable-dtrace $(use_with doc mcs-docs) - $(use_enable debug) $(use_enable nls) )