Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gegl/, media-libs/gegl/files/
Date: Mon, 28 Oct 2019 12:54:06
Message-Id: 1572267180.0dad3fcc89c87910dc254c00f5c7646b31e69454.sping@gentoo
1 commit: 0dad3fcc89c87910dc254c00f5c7646b31e69454
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 28 12:52:47 2019 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 28 12:53:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dad3fcc
7
8 media-libs/gegl: Fix 0.4.18 for arches unlike amd64/ppc/ppc64/x86
9
10 Closes: https://bugs.gentoo.org/698744
11 Thanks to Jeroen Roovers for the patch!
12 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
13 Package-Manager: Portage-2.3.78, Repoman-2.3.16
14
15 media-libs/gegl/files/gegl-0.4.18-arch.patch | 11 +++++++++++
16 media-libs/gegl/gegl-0.4.18.ebuild | 1 +
17 2 files changed, 12 insertions(+)
18
19 diff --git a/media-libs/gegl/files/gegl-0.4.18-arch.patch b/media-libs/gegl/files/gegl-0.4.18-arch.patch
20 new file mode 100644
21 index 00000000000..57bfaf4a6c7
22 --- /dev/null
23 +++ b/media-libs/gegl/files/gegl-0.4.18-arch.patch
24 @@ -0,0 +1,11 @@
25 +--- a/meson.build
26 ++++ b/meson.build
27 +@@ -88,8 +88,6 @@
28 + have_ppc = true
29 + config.set10('ARCH_PPC', true)
30 + config.set10('ARCH_PPC64', true)
31 +-else
32 +- error('Unknown host architecture')
33 + endif
34 +
35 + ################################################################################
36
37 diff --git a/media-libs/gegl/gegl-0.4.18.ebuild b/media-libs/gegl/gegl-0.4.18.ebuild
38 index 9083a3b08f6..06defec21a4 100644
39 --- a/media-libs/gegl/gegl-0.4.18.ebuild
40 +++ b/media-libs/gegl/gegl-0.4.18.ebuild
41 @@ -80,6 +80,7 @@ DOCS=( AUTHORS docs/ChangeLog docs/NEWS.txt )
42 PATCHES=(
43 "${FILESDIR}"/${PN}-0.4.18-drop-failing-tests.patch
44 "${FILESDIR}"/${PN}-0.4.18-program-suffix.patch
45 + "${FILESDIR}"/${PN}-0.4.18-arch.patch
46 )
47
48 pkg_setup() {