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 530661581EE for ; Wed, 09 Apr 2025 13:50:31 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 083313433D2 for ; Wed, 09 Apr 2025 13:50:30 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CBF761104BA; Wed, 09 Apr 2025 13:50:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C34B81104BA for ; Wed, 09 Apr 2025 13:50:21 +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 7E9E6342FA1 for ; Wed, 09 Apr 2025 13:50:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF3A327FC for ; Wed, 09 Apr 2025 13:50:19 +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: <1744206570.b11a785b81ed40c570170b7bf75c87224d953713.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-r4.ebuild X-VCS-Directories: app-i18n/mozc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b11a785b81ed40c570170b7bf75c87224d953713 X-VCS-Branch: master Date: Wed, 09 Apr 2025 13:50:19 +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: cba259a6-5ba1-41c6-acef-a189d6c6b05a X-Archives-Hash: b74dbdac0686491d421852da013c0c50 commit: b11a785b81ed40c570170b7bf75c87224d953713 Author: Sam James gentoo org> AuthorDate: Wed Apr 9 13:49:30 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 9 13:49:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b11a785b app-i18n/mozc: Stabilize 2.28.5029.102-r4 arm64, #922248 Signed-off-by: Sam James gentoo.org> app-i18n/mozc/mozc-2.28.5029.102-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/mozc/mozc-2.28.5029.102-r4.ebuild b/app-i18n/mozc/mozc-2.28.5029.102-r4.ebuild index 1ce3429a44c9..ff96f4531757 100644 --- a/app-i18n/mozc/mozc-2.28.5029.102-r4.ebuild +++ b/app-i18n/mozc/mozc-2.28.5029.102-r4.ebuild @@ -45,7 +45,7 @@ fi # japanese-usage-dictionary: BSD-2 LICENSE="BSD BSD-2 ipadic public-domain unicode" SLOT="0" -KEYWORDS="amd64 ~loong x86" +KEYWORDS="amd64 arm64 ~loong x86" IUSE="debug emacs fcitx5 +gui ibus renderer test" REQUIRED_USE="|| ( emacs fcitx5 ibus )" RESTRICT="!test? ( test )"