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 666F01384B3 for ; Sat, 1 Aug 2015 13:22:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A600114075; Sat, 1 Aug 2015 13:22:05 +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 32DD214075 for ; Sat, 1 Aug 2015 13:22:00 +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 7EC05340943 for ; Sat, 1 Aug 2015 13:21:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30136124 for ; Sat, 1 Aug 2015 13:21:56 +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: <1438431626.f93d2eaf5f5c1e260f8d4f7d6ea7812a2966f783.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: f93d2eaf5f5c1e260f8d4f7d6ea7812a2966f783 X-VCS-Branch: master Date: Sat, 1 Aug 2015 13:21:56 +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: 64e3b21c-b51a-4f1b-b458-b8fbc1505642 X-Archives-Hash: 0e4e2e04b44368d4e2dd211329c99c3b commit: f93d2eaf5f5c1e260f8d4f7d6ea7812a2966f783 Author: Ron MacNeil hotmail com> AuthorDate: Sat Aug 1 12:20:26 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Sat Aug 1 12:20:26 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=f93d2eaf mono-4.0.2.5: Minor whitespace and comment tidy-up dev-lang/mono/mono-4.0.2.5.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 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 6a73568..7ee376d 100644 --- a/dev-lang/mono/mono-4.0.2.5.ebuild +++ b/dev-lang/mono/mono-4.0.2.5.ebuild @@ -21,7 +21,7 @@ IUSE="nls minimal pax_kernel xen doc" COMMONDEPEND=" !minimal? ( >=dev-dotnet/libgdiplus-2.10 ) - ia64? ( sys-libs/libunwind ) + ia64? ( sys-libs/libunwind ) nls? ( sys-devel/gettext ) " RDEPEND="${COMMONDEPEND} @@ -34,6 +34,7 @@ DEPEND="${COMMONDEPEND} " MAKEOPTS="${MAKEOPTS} -j1" #nowarn + S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)" pkg_pretend() { @@ -62,7 +63,8 @@ src_prepare() { # mono build system can fail otherwise strip-flags - #fix vb targets http://osdir.com/ml/general/2015-05/msg20808.html + # Fix VB targets + # http://osdir.com/ml/general/2015-05/msg20808.html epatch "${FILESDIR}/add_missing_vb_portable_targets.patch" # Fix build on big-endian machines @@ -74,6 +76,7 @@ src_prepare() { epatch "${FILESDIR}/${P}-fix-mono-dis-makefile-am-when-without-sgen.patch" autotools-utils_src_prepare + epatch "${FILESDIR}/systemweb3.patch" }