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 376DB15827B for ; Tue, 02 Sep 2025 00:53:18 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1F79D340F20 for ; Tue, 02 Sep 2025 00:53:18 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B9E6B110568; Tue, 02 Sep 2025 00:53:07 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id AEBDB110568 for ; Tue, 02 Sep 2025 00:53:07 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 672AC340E5B for ; Tue, 02 Sep 2025 00:53:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E6E53516 for ; Tue, 02 Sep 2025 00:53:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1756774353.f43e8ec41135b923b709be7f85884e87e3ddf65a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/mozc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/mozc/mozc-2.28.5029.102-r5.ebuild X-VCS-Directories: app-i18n/mozc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f43e8ec41135b923b709be7f85884e87e3ddf65a X-VCS-Branch: master Date: Tue, 02 Sep 2025 00:53:04 +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: f60672b8-3701-42ae-b6d8-4eff82dcfe04 X-Archives-Hash: c320c993a81b510c70331c342c674b1b commit: f43e8ec41135b923b709be7f85884e87e3ddf65a Author: Sam James gentoo org> AuthorDate: Tue Sep 2 00:52:00 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 2 00:52:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f43e8ec4 app-i18n/mozc: Stabilize 2.28.5029.102-r5 x86, #960196 Signed-off-by: Sam James gentoo.org> app-i18n/mozc/mozc-2.28.5029.102-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/mozc/mozc-2.28.5029.102-r5.ebuild b/app-i18n/mozc/mozc-2.28.5029.102-r5.ebuild index 117f2b907ed9..70f858f6abc8 100644 --- a/app-i18n/mozc/mozc-2.28.5029.102-r5.ebuild +++ b/app-i18n/mozc/mozc-2.28.5029.102-r5.ebuild @@ -45,7 +45,7 @@ fi # japanese-usage-dictionary: BSD-2 LICENSE="BSD BSD-2 ipadic public-domain unicode" SLOT="0" -KEYWORDS="amd64 arm64 ~loong ~ppc64 ~x86" +KEYWORDS="amd64 arm64 ~loong ~ppc64 x86" IUSE="debug emacs fcitx5 +gui ibus renderer test" REQUIRED_USE="|| ( emacs fcitx5 ibus )" RESTRICT="!test? ( test )"