diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-04-14 14:00:36 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-15 12:24:58 -0700 |
commit | d54c5af96202872cbb08b57d646501cfdefb4520 (patch) | |
tree | 148596b9ddcd284c2203e1f8a465f60e53f596d5 /gnome-base/gnome-shell | |
parent | app-i18n/ibus: Don't enable IUSE=X or IUSE=gtk2 by default (diff) | |
download | gentoo-d54c5af96202872cbb08b57d646501cfdefb4520.tar.gz gentoo-d54c5af96202872cbb08b57d646501cfdefb4520.tar.bz2 gentoo-d54c5af96202872cbb08b57d646501cfdefb4520.zip |
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@gentoo.org>
Diffstat (limited to 'gnome-base/gnome-shell')
-rw-r--r-- | gnome-base/gnome-shell/gnome-shell-42.0-r1.ebuild (renamed from gnome-base/gnome-shell/gnome-shell-42.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-base/gnome-shell/gnome-shell-42.0.ebuild b/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] ) |