commit:     d54c5af96202872cbb08b57d646501cfdefb4520
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 14 21:00:36 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 19:24:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d54c5af9

gnome-base/gnome-shell: Require gtk3 and gtk4 support in ibus

The IUSE=gtk flag on ibus was split into IUSE=gui and IUSE=gtk3, so we need to
update this. I'm not confident in what gnome-shell actually requires, but since
it depends on x11-libs/gtk+:3 and gui-libs/gtk:4 already and both are enabled
by default in ibus, I'm going to play it safe and require both.

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 .../gnome-shell/{gnome-shell-42.0.ebuild => gnome-shell-42.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-shell/gnome-shell-42.0.ebuild 
b/gnome-base/gnome-shell/gnome-shell-42.0-r1.ebuild
similarity index 99%
rename from gnome-base/gnome-shell/gnome-shell-42.0.ebuild
rename to gnome-base/gnome-shell/gnome-shell-42.0-r1.ebuild
index db9135e544bf..f7c9320819dd 100644
--- a/gnome-base/gnome-shell/gnome-shell-42.0.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-42.0-r1.ebuild
@@ -108,7 +108,7 @@ RDEPEND="${DEPEND}
        networkmanager? (
                net-misc/mobile-broadband-provider-info
                sys-libs/timezone-data )
-       ibus? ( >=app-i18n/ibus-1.4.99[dconf(+),gtk,introspection] )
+       ibus? ( >=app-i18n/ibus-1.5.26[gtk3,gtk4,introspection] )
        telepathy? (
                >=net-im/telepathy-logger-0.2.4[introspection]
                >=net-libs/telepathy-glib-0.19[introspection] )

Reply via email to