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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28067139694 for ; Wed, 2 Aug 2017 11:57:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 844FB1FC0D9; Wed, 2 Aug 2017 11:57:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6101D1FC0D9 for ; Wed, 2 Aug 2017 11:57:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42A023418E1 for ; Wed, 2 Aug 2017 11:57:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B3B275D1 for ; Wed, 2 Aug 2017 11:57:30 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1501675041.0b10789e8a1216e315451915aad9fdeffc462a2a.leio@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-3.22.3-r2.ebuild gnome-base/gnome-shell/gnome-shell-3.22.3.ebuild gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild X-VCS-Directories: gnome-base/gnome-shell/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 0b10789e8a1216e315451915aad9fdeffc462a2a X-VCS-Branch: master Date: Wed, 2 Aug 2017 11:57:30 +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-Archives-Salt: 94870726-bbe3-4179-ac68-dd31cd78eafc X-Archives-Hash: 8f60ec7c53557a7702912968683de6a9 commit: 0b10789e8a1216e315451915aad9fdeffc462a2a Author: Mart Raudsepp gentoo org> AuthorDate: Wed Aug 2 11:56:59 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Aug 2 11:57:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b10789e gnome-base/gnome-shell: adjust USE depends on app-i18n/ibus This fixes the breakage caused by commit fab5df2eef030ab7d815a82592a727fc78390710 which removed the dedicated gtk3 USE flag on ibus. Gentoo-bug: 626816 Package-Manager: Portage-2.3.6, Repoman-2.3.2 gnome-base/gnome-shell/gnome-shell-3.22.3-r2.ebuild | 2 +- gnome-base/gnome-shell/gnome-shell-3.22.3.ebuild | 2 +- gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome-base/gnome-shell/gnome-shell-3.22.3-r2.ebuild b/gnome-base/gnome-shell/gnome-shell-3.22.3-r2.ebuild index 3ea9bd83d32..66d73e5efc0 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.22.3-r2.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.22.3-r2.ebuild @@ -97,7 +97,7 @@ RDEPEND="${COMMON_DEPEND} networkmanager? ( net-misc/mobile-broadband-provider-info sys-libs/timezone-data ) - ibus? ( >=app-i18n/ibus-1.4.99[dconf(+),gtk3,introspection] ) + ibus? ( >=app-i18n/ibus-1.4.99[dconf(+),gtk,introspection] ) " # avoid circular dependency, see bug #546134 PDEPEND=" diff --git a/gnome-base/gnome-shell/gnome-shell-3.22.3.ebuild b/gnome-base/gnome-shell/gnome-shell-3.22.3.ebuild index 4953432ccdf..f4a7da3a745 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.22.3.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.22.3.ebuild @@ -96,7 +96,7 @@ RDEPEND="${COMMON_DEPEND} networkmanager? ( net-misc/mobile-broadband-provider-info sys-libs/timezone-data ) - ibus? ( >=app-i18n/ibus-1.4.99[dconf(+),gtk3,introspection] ) + ibus? ( >=app-i18n/ibus-1.4.99[dconf(+),gtk,introspection] ) " # avoid circular dependency, see bug #546134 PDEPEND=" diff --git a/gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild b/gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild index b546d9b1163..91453695d88 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild @@ -97,7 +97,7 @@ RDEPEND="${COMMON_DEPEND} networkmanager? ( net-misc/mobile-broadband-provider-info sys-libs/timezone-data ) - ibus? ( >=app-i18n/ibus-1.4.99[dconf(+),gtk3,introspection] ) + ibus? ( >=app-i18n/ibus-1.4.99[dconf(+),gtk,introspection] ) " # avoid circular dependency, see bug #546134 PDEPEND="