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 EC823138334 for ; Mon, 28 Oct 2019 12:54:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34BFAE08CA; Mon, 28 Oct 2019 12:54:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 1E135E08CA for ; Mon, 28 Oct 2019 12:54:06 +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 0A31934C4B4 for ; Mon, 28 Oct 2019 12:54:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92543883 for ; Mon, 28 Oct 2019 12:54:01 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1572267180.0dad3fcc89c87910dc254c00f5c7646b31e69454.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gegl/, media-libs/gegl/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gegl/files/gegl-0.4.18-arch.patch media-libs/gegl/gegl-0.4.18.ebuild X-VCS-Directories: media-libs/gegl/files/ media-libs/gegl/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 0dad3fcc89c87910dc254c00f5c7646b31e69454 X-VCS-Branch: master Date: Mon, 28 Oct 2019 12:54:01 +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: e93365c0-27f6-44c4-9c4d-6e33f37dfd34 X-Archives-Hash: 3bd0ec6b318cf0e342e42e4550bef729 commit: 0dad3fcc89c87910dc254c00f5c7646b31e69454 Author: Sebastian Pipping gentoo org> AuthorDate: Mon Oct 28 12:52:47 2019 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Mon Oct 28 12:53:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dad3fcc media-libs/gegl: Fix 0.4.18 for arches unlike amd64/ppc/ppc64/x86 Closes: https://bugs.gentoo.org/698744 Thanks to Jeroen Roovers for the patch! Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-2.3.78, Repoman-2.3.16 media-libs/gegl/files/gegl-0.4.18-arch.patch | 11 +++++++++++ media-libs/gegl/gegl-0.4.18.ebuild | 1 + 2 files changed, 12 insertions(+) diff --git a/media-libs/gegl/files/gegl-0.4.18-arch.patch b/media-libs/gegl/files/gegl-0.4.18-arch.patch new file mode 100644 index 00000000000..57bfaf4a6c7 --- /dev/null +++ b/media-libs/gegl/files/gegl-0.4.18-arch.patch @@ -0,0 +1,11 @@ +--- a/meson.build ++++ b/meson.build +@@ -88,8 +88,6 @@ + have_ppc = true + config.set10('ARCH_PPC', true) + config.set10('ARCH_PPC64', true) +-else +- error('Unknown host architecture') + endif + + ################################################################################ diff --git a/media-libs/gegl/gegl-0.4.18.ebuild b/media-libs/gegl/gegl-0.4.18.ebuild index 9083a3b08f6..06defec21a4 100644 --- a/media-libs/gegl/gegl-0.4.18.ebuild +++ b/media-libs/gegl/gegl-0.4.18.ebuild @@ -80,6 +80,7 @@ DOCS=( AUTHORS docs/ChangeLog docs/NEWS.txt ) PATCHES=( "${FILESDIR}"/${PN}-0.4.18-drop-failing-tests.patch "${FILESDIR}"/${PN}-0.4.18-program-suffix.patch + "${FILESDIR}"/${PN}-0.4.18-arch.patch ) pkg_setup() {