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 3841E1384B3 for ; Sat, 1 Aug 2015 13:21:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E12614050; Sat, 1 Aug 2015 13:21:58 +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 67D9D1404C for ; Sat, 1 Aug 2015 13:21:57 +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 AE9CE34091A for ; Sat, 1 Aug 2015 13:21:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66C2A119 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.237059afd88a584055f00818e7cf71e52f650bb0.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: 237059afd88a584055f00818e7cf71e52f650bb0 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: 7ae2e9aa-4a66-4198-b37c-d3caf34aec3e X-Archives-Hash: a52fb73b68ce5906725a286f1053352a commit: 237059afd88a584055f00818e7cf71e52f650bb0 Author: Ron MacNeil hotmail com> AuthorDate: Sat Aug 1 10:13:31 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=237059af mono-4.0.2.5: Remove redundant -fno-strict-aliasing The configure script adds it. dev-lang/mono/mono-4.0.2.5.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild b/dev-lang/mono/mono-4.0.2.5.ebuild index 6e9779d..8a64839 100644 --- a/dev-lang/mono/mono-4.0.2.5.ebuild +++ b/dev-lang/mono/mono-4.0.2.5.ebuild @@ -62,9 +62,6 @@ src_prepare() { # mono build system can fail otherwise strip-flags - # Remove this at your own peril. Mono will barf in unexpected ways. - append-flags -fno-strict-aliasing - #fix vb targets http://osdir.com/ml/general/2015-05/msg20808.html epatch "${FILESDIR}/add_missing_vb_portable_targets.patch"