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 B9E151384B4 for ; Thu, 10 Dec 2015 07:45:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E08121C07B; Thu, 10 Dec 2015 07:45:03 +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 69BFA21C05F for ; Thu, 10 Dec 2015 07:45:02 +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 DF034340890 for ; Thu, 10 Dec 2015 07:45:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14479E6C for ; Thu, 10 Dec 2015 07:44:57 +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: <1448972131.bd97124be502e033f0efb50122317fe4ead7f4ff.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.2.1.91-r1.ebuild X-VCS-Directories: dev-lang/mono/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: bd97124be502e033f0efb50122317fe4ead7f4ff X-VCS-Branch: master Date: Thu, 10 Dec 2015 07:44:57 +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: 7363bc09-eefc-4bfc-927a-1000cf310ac1 X-Archives-Hash: 64aa5f930d851994ed146ffbfbd1f8ce commit: bd97124be502e033f0efb50122317fe4ead7f4ff Author: ArsenShnurkov gmail com> AuthorDate: Tue Dec 1 08:11:28 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Tue Dec 1 12:15:31 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=bd97124b apply patch for GitExtensions issue 2710 dev-lang/mono/mono-4.2.1.91-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/mono/mono-4.2.1.91-r1.ebuild b/dev-lang/mono/mono-4.2.1.91-r1.ebuild index db52e5c..a85802d 100644 --- a/dev-lang/mono/mono-4.2.1.91-r1.ebuild +++ b/dev-lang/mono/mono-4.2.1.91-r1.ebuild @@ -78,6 +78,7 @@ src_prepare() { autotools-utils_src_prepare epatch "${FILESDIR}/systemweb3.patch" + epatch "${FILESDIR}/2710.patch" } src_configure() {