Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gegl/
Date: Sat, 26 Feb 2022 12:08:57
Message-Id: 1645877326.7f22b825e3bfa0bab769041928e358ec7008e3b6.soap@gentoo
1 commit: 7f22b825e3bfa0bab769041928e358ec7008e3b6
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 26 12:08:46 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 26 12:08:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f22b825
7
8 media-libs/gegl: sync live ebuild
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 media-libs/gegl/gegl-9999.ebuild | 9 ++-------
13 1 file changed, 2 insertions(+), 7 deletions(-)
14
15 diff --git a/media-libs/gegl/gegl-9999.ebuild b/media-libs/gegl/gegl-9999.ebuild
16 index 404e7a19c870..bd02e5d34adf 100644
17 --- a/media-libs/gegl/gegl-9999.ebuild
18 +++ b/media-libs/gegl/gegl-9999.ebuild
19 @@ -94,16 +94,11 @@ src_prepare() {
20 if [[ ${CHOST} == *-darwin* && ${CHOST#*-darwin} -le 9 ]] ; then
21 sed -i -e 's/#ifdef __APPLE__/#if 0/' gegl/opencl/* || die
22 fi
23 -
24 - # commit 7c78497b : tests that use gegl.png are broken on non-amd64
25 - sed -e '/clones.xml/d' \
26 - -e '/composite-transform.xml/d' \
27 - -i tests/compositions/meson.build || die
28 -
29 - use vala && vala_src_prepare
30 }
31
32 src_configure() {
33 + use vala && vala_setup
34 +
35 local emesonargs=(
36 # - Disable documentation as the generating is bit automagic
37 # if anyone wants to work on it just create bug with patch