diff options
author | 2022-02-26 02:14:26 +0000 | |
---|---|---|
committer | 2022-02-26 02:14:34 +0000 | |
commit | f74c55e863d38d6e56995ed2a6c4207a292bc121 (patch) | |
tree | 118b31dc1815aa79612ce2dbe57c0b436829d72e /media-libs/gegl | |
parent | media-libs/babl: update EAPI 7 -> 8 (diff) | |
download | gentoo-f74c55e863d38d6e56995ed2a6c4207a292bc121.tar.gz gentoo-f74c55e863d38d6e56995ed2a6c4207a292bc121.tar.bz2 gentoo-f74c55e863d38d6e56995ed2a6c4207a292bc121.zip |
media-libs/gegl: sync live
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/gegl')
-rw-r--r-- | media-libs/gegl/gegl-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/gegl/gegl-9999.ebuild b/media-libs/gegl/gegl-9999.ebuild index 9a5d9a323906..404e7a19c870 100644 --- a/media-libs/gegl/gegl-9999.ebuild +++ b/media-libs/gegl/gegl-9999.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) +# vala and introspection support is broken, bug #468208 VALA_USE_DEPEND=vapigen inherit meson optfeature python-any-r1 vala @@ -38,7 +39,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-libs/glib-2.68.2:2 >=dev-libs/json-glib-1.2.6 - >media-libs/babl-0.1.88[introspection?,lcms?,vala?] + >=media-libs/babl-0.1.90[introspection?,lcms?,vala?] media-libs/libnsgif >=media-libs/libpng-1.6.0:0= >=sys-libs/zlib-1.2.0 |