Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gegl/
Date: Sat, 26 Feb 2022 02:16:16
Message-Id: 1645841674.f74c55e863d38d6e56995ed2a6c4207a292bc121.sam@gentoo
1 commit: f74c55e863d38d6e56995ed2a6c4207a292bc121
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 26 02:14:26 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 26 02:14:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f74c55e8
7
8 media-libs/gegl: sync live
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/gegl/gegl-9999.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/gegl/gegl-9999.ebuild b/media-libs/gegl/gegl-9999.ebuild
16 index 9a5d9a323906..404e7a19c870 100644
17 --- a/media-libs/gegl/gegl-9999.ebuild
18 +++ b/media-libs/gegl/gegl-9999.ebuild
19 @@ -1,9 +1,10 @@
20 # Copyright 1999-2022 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 PYTHON_COMPAT=( python3_{8..10} )
27 +# vala and introspection support is broken, bug #468208
28 VALA_USE_DEPEND=vapigen
29
30 inherit meson optfeature python-any-r1 vala
31 @@ -38,7 +39,7 @@ RESTRICT="!test? ( test )"
32 RDEPEND="
33 >=dev-libs/glib-2.68.2:2
34 >=dev-libs/json-glib-1.2.6
35 - >media-libs/babl-0.1.88[introspection?,lcms?,vala?]
36 + >=media-libs/babl-0.1.90[introspection?,lcms?,vala?]
37 media-libs/libnsgif
38 >=media-libs/libpng-1.6.0:0=
39 >=sys-libs/zlib-1.2.0