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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 280A4158287 for ; Sat, 17 May 2025 08:24:02 +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 0C56E34376F for ; Sat, 17 May 2025 08:24:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 06856110286; Sat, 17 May 2025 08:24:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F37AA110286 for ; Sat, 17 May 2025 08:24:00 +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 AAFB534375A for ; Sat, 17 May 2025 08:24:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1845917F6 for ; Sat, 17 May 2025 08:23:59 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1747470088.a4fe93297782e1f82b0c631b7aa39b41b0083bbc.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-table-others/ibus-table-others-1.3.19-r1.ebuild app-i18n/ibus-table-others/ibus-table-others-1.3.19.ebuild X-VCS-Directories: app-i18n/ibus-table-others/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: a4fe93297782e1f82b0c631b7aa39b41b0083bbc X-VCS-Branch: master Date: Sat, 17 May 2025 08:23:59 +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: d33fda93-77ff-447b-8aeb-4ee97668b5d8 X-Archives-Hash: f21deae9c987ae2db0a4caab6ce9dc88 commit: a4fe93297782e1f82b0c631b7aa39b41b0083bbc Author: Akinori Hattori gentoo org> AuthorDate: Sat May 17 08:21:28 2025 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat May 17 08:21:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4fe9329 app-i18n/ibus-table-others: block app-i18n/ibus-table-latin Closes: https://bugs.gentoo.org/950509 Signed-off-by: Akinori Hattori gentoo.org> ...s-table-others-1.3.19.ebuild => ibus-table-others-1.3.19-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.19.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.19-r1.ebuild similarity index 89% rename from app-i18n/ibus-table-others/ibus-table-others-1.3.19.ebuild rename to app-i18n/ibus-table-others/ibus-table-others-1.3.19-r1.ebuild index e2e0c7705fc6..b6da90a0728e 100644 --- a/app-i18n/ibus-table-others/ibus-table-others-1.3.19.ebuild +++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.19-r1.ebuild @@ -14,7 +14,8 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -RDEPEND="app-i18n/ibus-table" +RDEPEND="app-i18n/ibus-table + !app-i18n/ibus-table-latin" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig"