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 36C561581EE for ; Thu, 03 Apr 2025 22:25:10 +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 2667134309E for ; Thu, 03 Apr 2025 22:25:10 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1B10211042D; Thu, 03 Apr 2025 22:25:09 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 13B4E11042D for ; Thu, 03 Apr 2025 22:25:09 +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 B4482343099 for ; Thu, 03 Apr 2025 22:25:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B942B1936 for ; Thu, 03 Apr 2025 22:25:06 +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: <1743719017.f2e8882a48abccf7f1cf67d4c3cfd05f45210fcf.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: f2e8882a48abccf7f1cf67d4c3cfd05f45210fcf X-VCS-Branch: master Date: Thu, 03 Apr 2025 22:25:06 +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: fc172cd1-204e-42f4-8c91-e705b62228f5 X-Archives-Hash: 5d6e7d319c378a9ed2853b3b723b91fe commit: f2e8882a48abccf7f1cf67d4c3cfd05f45210fcf Author: Sam James gentoo org> AuthorDate: Thu Apr 3 22:23:37 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 3 22:23:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e8882a app-i18n/mozc: Stabilize 2.28.5029.102-r4 amd64, #947236 Signed-off-by: Sam James gentoo.org> app-i18n/mozc/mozc-2.28.5029.102-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 d370973711fd..fe92b3fd1d9a 100644 --- a/app-i18n/mozc/mozc-2.28.5029.102-r4.ebuild +++ b/app-i18n/mozc/mozc-2.28.5029.102-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2010-2024 Gentoo Authors +# Copyright 2010-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -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 ~loong ~x86" IUSE="debug emacs fcitx5 +gui ibus renderer test" REQUIRED_USE="|| ( emacs fcitx5 ibus )" RESTRICT="!test? ( test )"