From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4B749138334 for ; Mon, 10 Jun 2019 07:00:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37C0DE0849; Mon, 10 Jun 2019 07:00:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F43FE0849 for ; Mon, 10 Jun 2019 07:00:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E734345B1E for ; Mon, 10 Jun 2019 07:00:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E83965C0 for ; Mon, 10 Jun 2019 07:00:36 +0000 (UTC) From: "Mikhail Pukhlikov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikhail Pukhlikov" Message-ID: <1560150026.a54f600d41f7a0722fb5ea42a125cdf136fc77e3.cynede@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mono/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/mono/mono-5.20.1.19-r1.ebuild dev-lang/mono/mono-5.20.1.19.ebuild X-VCS-Directories: dev-lang/mono/ X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: a54f600d41f7a0722fb5ea42a125cdf136fc77e3 X-VCS-Branch: master Date: Mon, 10 Jun 2019 07:00:36 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bfcaf815-bfd9-4cbb-94d1-fe45052d6d5d X-Archives-Hash: 62275ac9bb88c45f4a64195c6359dbc4 commit: a54f600d41f7a0722fb5ea42a125cdf136fc77e3 Author: Mikhail Pukhlikov gentoo org> AuthorDate: Mon Jun 10 07:00:26 2019 +0000 Commit: Mikhail Pukhlikov gentoo org> CommitDate: Mon Jun 10 07:00:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a54f600d dev-lang/mono: re-apply minimal libgdiplus common, keep old keywrods Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Mikhail Pukhlikov gentoo.org> dev-lang/mono/{mono-5.20.1.19.ebuild => mono-5.20.1.19-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-lang/mono/mono-5.20.1.19.ebuild b/dev-lang/mono/mono-5.20.1.19-r1.ebuild similarity index 94% rename from dev-lang/mono/mono-5.20.1.19.ebuild rename to dev-lang/mono/mono-5.20.1.19-r1.ebuild index a84490dfc5c..ca293dd7453 100644 --- a/dev-lang/mono/mono-5.20.1.19.ebuild +++ b/dev-lang/mono/mono-5.20.1.19-r1.ebuild @@ -17,8 +17,10 @@ LICENSE="MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception IDP SRC_URI="http://download.mono-project.com/sources/mono/${P}.tar.bz2" +#Note: mono works incorrect with older versions of libgdiplus +#details on dotnet overlay issue: https://github.com/gentoo/dotnet/issues/429 COMMONDEPEND=" - !minimal? ( >=dev-dotnet/libgdiplus-2.10 ) + !minimal? ( >=dev-dotnet/libgdiplus-5.6.1 ) ia64? ( sys-libs/libunwind ) nls? ( sys-devel/gettext ) "