From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15A2315808B for ; Fri, 15 Apr 2022 19:25:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC416E097A; Fri, 15 Apr 2022 19:25:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86A00E096A for ; Fri, 15 Apr 2022 19:25:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A966334163E for ; Fri, 15 Apr 2022 19:25:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBB313B8 for ; Fri, 15 Apr 2022 19:25:46 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1650050698.d54c5af96202872cbb08b57d646501cfdefb4520.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-shell/gnome-shell-42.0-r1.ebuild gnome-base/gnome-shell/gnome-shell-42.0.ebuild X-VCS-Directories: gnome-base/gnome-shell/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d54c5af96202872cbb08b57d646501cfdefb4520 X-VCS-Branch: master Date: Fri, 15 Apr 2022 19:25:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 10e9f040-1e03-4dea-a682-fcbaeb9ccf80 X-Archives-Hash: fda491e51c562c4d5224a1734f940d94 commit: d54c5af96202872cbb08b57d646501cfdefb4520 Author: Matt Turner gentoo org> AuthorDate: Thu Apr 14 21:00:36 2022 +0000 Commit: Matt Turner gentoo 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 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] )