diff options
author | Sam James <sam@gentoo.org> | 2022-09-19 04:47:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-19 04:47:18 +0100 |
commit | 28b5bc3e5583a7482fa84055773df98a48d0c99e (patch) | |
tree | 2166a2a8c68df4741a0c19e81ff5e6e007a1fe53 /media-libs/libmypaint | |
parent | profiles/prefix/linux: re-parent ppc64(le) profiles (diff) | |
download | gentoo-28b5bc3e5583a7482fa84055773df98a48d0c99e.tar.gz gentoo-28b5bc3e5583a7482fa84055773df98a48d0c99e.tar.bz2 gentoo-28b5bc3e5583a7482fa84055773df98a48d0c99e.zip |
media-libs/libmypaint: add missing babl[introspection?] dep
Closes: https://bugs.gentoo.org/868774
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libmypaint')
-rw-r--r-- | media-libs/libmypaint/libmypaint-1.6.1-r2.ebuild (renamed from media-libs/libmypaint/libmypaint-1.6.1-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libmypaint/libmypaint-1.6.1-r1.ebuild b/media-libs/libmypaint/libmypaint-1.6.1-r2.ebuild index f2d8a4157819..5d12462922ce 100644 --- a/media-libs/libmypaint/libmypaint-1.6.1-r1.ebuild +++ b/media-libs/libmypaint/libmypaint-1.6.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -30,7 +30,7 @@ DEPEND=" dev-libs/glib:2 dev-libs/json-c:= gegl? ( - media-libs/babl + media-libs/babl[introspection?] >=media-libs/gegl-0.4.14:0.4[introspection?] ) introspection? ( >=dev-libs/gobject-introspection-1.32 ) |