diff options
author | 2024-04-13 13:34:36 +0300 | |
---|---|---|
committer | 2024-04-13 13:34:36 +0300 | |
commit | 8a31bae04d66cae0a7cac9c40d7cade9b09d142f (patch) | |
tree | 28b070e5ed2bdf9b853e2af5b3bcb3f7b2da17ba /gui-libs | |
parent | gui-libs/tepl: Add missing gtk+[introspection] dep (diff) | |
download | gentoo-8a31bae04d66cae0a7cac9c40d7cade9b09d142f.tar.gz gentoo-8a31bae04d66cae0a7cac9c40d7cade9b09d142f.tar.bz2 gentoo-8a31bae04d66cae0a7cac9c40d7cade9b09d142f.zip |
gui-libs/libgedit-amtk: Add missing gtk+[introspection?] dep
No revbump because the only non-library consumer itself depends on this on its
own as well, so there should be no problems with VDB missing it. It's technically
just a recursive build dependency too.
Bug: https://bugs.gentoo.org/913725
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/libgedit-amtk/libgedit-amtk-5.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-libs/libgedit-amtk/libgedit-amtk-5.8.0.ebuild b/gui-libs/libgedit-amtk/libgedit-amtk-5.8.0.ebuild index 1eb6ac221007..c2c93a6a77bd 100644 --- a/gui-libs/libgedit-amtk/libgedit-amtk-5.8.0.ebuild +++ b/gui-libs/libgedit-amtk/libgedit-amtk-5.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ IUSE="+introspection gtk-doc" RDEPEND=" !gui-libs/amtk >=dev-libs/glib-2.56:2 - >=x11-libs/gtk+-3.22:3 + >=x11-libs/gtk+-3.22:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-1.42:= ) " DEPEND="${RDEPEND}" |