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 360FD138334 for ; Mon, 10 Jun 2019 06:56:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ECB1E0849; Mon, 10 Jun 2019 06:56:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E548BE0849 for ; Mon, 10 Jun 2019 06:56:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1D9A7345B35 for ; Mon, 10 Jun 2019 06:56:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A79EB5C0 for ; Mon, 10 Jun 2019 06:56:23 +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: <1560149765.f82d72173eaa008d17efb3f28c4e958ece8150aa.cynede@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/libgdiplus/files/, dev-dotnet/libgdiplus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-dotnet/libgdiplus/files/libgdiplus-5.6.1-cofigure.patch dev-dotnet/libgdiplus/libgdiplus-5.6.1-r1.ebuild dev-dotnet/libgdiplus/libgdiplus-5.6.1.ebuild X-VCS-Directories: dev-dotnet/libgdiplus/ dev-dotnet/libgdiplus/files/ X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: f82d72173eaa008d17efb3f28c4e958ece8150aa X-VCS-Branch: master Date: Mon, 10 Jun 2019 06:56:23 +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: 66e28a23-4f83-4248-80e0-d8c21b16695e X-Archives-Hash: 783961aad0b1aa802156ba1346aeb2fa commit: f82d72173eaa008d17efb3f28c4e958ece8150aa Author: Mikhail Pukhlikov gentoo org> AuthorDate: Mon Jun 10 06:56:05 2019 +0000 Commit: Mikhail Pukhlikov gentoo org> CommitDate: Mon Jun 10 06:56:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82d7217 dev-dotnet/libgdiplus: add missing keyword, fix #687596 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Mikhail Pukhlikov gentoo.org> dev-dotnet/libgdiplus/files/libgdiplus-5.6.1-cofigure.patch | 12 ++++++++++++ .../{libgdiplus-5.6.1.ebuild => libgdiplus-5.6.1-r1.ebuild} | 6 +++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/dev-dotnet/libgdiplus/files/libgdiplus-5.6.1-cofigure.patch b/dev-dotnet/libgdiplus/files/libgdiplus-5.6.1-cofigure.patch new file mode 100644 index 00000000000..04f73357e1d --- /dev/null +++ b/dev-dotnet/libgdiplus/files/libgdiplus-5.6.1-cofigure.patch @@ -0,0 +1,12 @@ +diff -Nupr libgdiplus-5.6.1~/configure libgdiplus-5.6.1/configure +--- libgdiplus-5.6.1~/configure 2019-06-07 21:26:37.207823285 +0200 ++++ libgdiplus-5.6.1/configure 2019-06-07 21:27:44.045156234 +0200 +@@ -14133,7 +14133,7 @@ fi + + + # Add xrender here so that we don't fail to find glib if we won't have xrender.pc +-if test "x$no_x" != "xyes" && "x$x11_available" = "xyes"; then ++if test "x$no_x" != "xyes" && test "x$x11_available" = "xyes"; then + GDIPLUS_LIBS="$GDIPLUS_LIBS `$PKG_CONFIG --libs xrender `" + GDIPLUS_CFLAGS="$GDIPLUS_CFLAGS `$PKG_CONFIG --cflags xrender `" + fi diff --git a/dev-dotnet/libgdiplus/libgdiplus-5.6.1.ebuild b/dev-dotnet/libgdiplus/libgdiplus-5.6.1-r1.ebuild similarity index 89% rename from dev-dotnet/libgdiplus/libgdiplus-5.6.1.ebuild rename to dev-dotnet/libgdiplus/libgdiplus-5.6.1-r1.ebuild index c476e6b6642..213d34f5f07 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-5.6.1.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-5.6.1-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="http://www.mono-project.com" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" SRC_URI="http://download.mono-project.com/sources/${PN}/${P}.tar.gz" IUSE="cairo" @@ -31,6 +31,10 @@ RDEPEND=">=dev-libs/glib-2.2.3:2 !cairo? ( >=x11-libs/pango-1.20 )" DEPEND="${RDEPEND}" +PATCHES=( + "${FILESDIR}/${P}-cofigure.patch" +) + src_configure() { econf \ --disable-dependency-tracking \