From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC1A6158B20 for ; Sun, 02 Feb 2025 05:29:45 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A5A8734313D for ; Sun, 02 Feb 2025 05:29:45 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 98CF611046F; Sun, 02 Feb 2025 05:29:44 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8FAAE1103B6 for ; Sun, 02 Feb 2025 05:29:44 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17A04343160 for ; Sun, 02 Feb 2025 05:29:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63B6D18F6 for ; Sun, 02 Feb 2025 05:29:42 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1738472795.63864d5ccdd3119a9286a3babaa94eb190252a8c.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus/ibus-1.5.29.ebuild app-i18n/ibus/ibus-1.5.30.ebuild app-i18n/ibus/ibus-1.5.31.ebuild X-VCS-Directories: app-i18n/ibus/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 63864d5ccdd3119a9286a3babaa94eb190252a8c X-VCS-Branch: master Date: Sun, 02 Feb 2025 05:29:42 +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: c414be31-f499-4c7a-a8d7-96a039d7c263 X-Archives-Hash: 589fe3970620acc5033881792985aee2 commit: 63864d5ccdd3119a9286a3babaa94eb190252a8c Author: Eli Schwartz gentoo org> AuthorDate: Fri Jan 31 08:25:25 2025 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Sun Feb 2 05:06:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63864d5c app-i18n/ibus: vala bindings directly depend on gtk3, so require it Closes: https://bugs.gentoo.org/865187 Signed-off-by: Eli Schwartz gentoo.org> app-i18n/ibus/ibus-1.5.29.ebuild | 4 ++-- app-i18n/ibus/ibus-1.5.30.ebuild | 4 ++-- app-i18n/ibus/ibus-1.5.31.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-i18n/ibus/ibus-1.5.29.ebuild b/app-i18n/ibus/ibus-1.5.29.ebuild index 374178b852a3..b8e1fcc24e03 100644 --- a/app-i18n/ibus/ibus-1.5.29.ebuild +++ b/app-i18n/ibus/ibus-1.5.29.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,7 +30,7 @@ REQUIRED_USE=" introspection ) test? ( gtk3 ) - vala? ( introspection ) + vala? ( gtk3 introspection ) X? ( gtk3 ) " REQUIRED_USE+=" gtk3? ( wayland? ( introspection ) )" # bug 915359 diff --git a/app-i18n/ibus/ibus-1.5.30.ebuild b/app-i18n/ibus/ibus-1.5.30.ebuild index 374a7381c099..1c54952f1872 100644 --- a/app-i18n/ibus/ibus-1.5.30.ebuild +++ b/app-i18n/ibus/ibus-1.5.30.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,7 +29,7 @@ REQUIRED_USE=" introspection ) test? ( gtk3 ) - vala? ( introspection ) + vala? ( gtk3 introspection ) X? ( gtk3 ) " REQUIRED_USE+=" gtk3? ( wayland? ( introspection ) )" # bug 915359 diff --git a/app-i18n/ibus/ibus-1.5.31.ebuild b/app-i18n/ibus/ibus-1.5.31.ebuild index 0b57f53f19ea..4d286675ba7d 100644 --- a/app-i18n/ibus/ibus-1.5.31.ebuild +++ b/app-i18n/ibus/ibus-1.5.31.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,7 +29,7 @@ REQUIRED_USE=" introspection ) test? ( gtk3 ) - vala? ( introspection ) + vala? ( gtk3 introspection ) X? ( gtk3 ) " REQUIRED_USE+=" gtk3? ( wayland? ( introspection ) )" # bug 915359