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 EC1B11384B3 for ; Sat, 1 Aug 2015 13:22:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2092A14065; 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 87EE514053 for ; Sat, 1 Aug 2015 13:21:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3B7E3408EC 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 78B4311A 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: <1438428043.0bf78bc1d7717095c5cd5eb950d85d8f0756db3e.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: 0bf78bc1d7717095c5cd5eb950d85d8f0756db3e 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: bb442ffc-b31f-414c-9f5a-e7a4cc44158a X-Archives-Hash: e3a77a8810aebcdd1a462506272cebbc commit: 0bf78bc1d7717095c5cd5eb950d85d8f0756db3e Author: Ron MacNeil hotmail com> AuthorDate: Sat Aug 1 10:19:09 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Sat Aug 1 11:20:43 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=0bf78bc1 mono-4.0.2.5: Remove redundant --enable-static It's enabled by default. 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 8a64839..997a922 100644 --- a/dev-lang/mono/mono-4.0.2.5.ebuild +++ b/dev-lang/mono/mono-4.0.2.5.ebuild @@ -78,9 +78,6 @@ src_prepare() { } src_configure() { - # NOTE: We need the static libs for now so mono-debugger works. - # See http://bugs.gentoo.org/show_bug.cgi?id=256264 for details - # # --without-moonlight since www-plugins/moonlight is not the only one # using mono: https://bugzilla.novell.com/show_bug.cgi?id=641005#c3 # @@ -88,7 +85,6 @@ src_configure() { # and, otherwise, problems like bug #340641 appear. local myeconfargs=( --enable-system-aot=yes - --enable-static --disable-quiet-build --without-moonlight --with-libgdiplus=$(usex minimal no installed)