From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD18A13835A for ; Tue, 25 May 2021 11:10:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A1E9E07FE; Tue, 25 May 2021 11:10:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16327E07FE for ; Tue, 25 May 2021 11:10:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44D65340D23 for ; Tue, 25 May 2021 11:10:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEDAD797 for ; Tue, 25 May 2021 11:10:38 +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: <1621941030.ad673e6582a83d98581afcbc6a1ffa9cb05666cf.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.26.4220_p20201212102434_p20201219202429.ebuild X-VCS-Directories: app-i18n/mozc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ad673e6582a83d98581afcbc6a1ffa9cb05666cf X-VCS-Branch: master Date: Tue, 25 May 2021 11:10:38 +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: 772160b8-e92d-4b7a-9859-a3fa57715b5b X-Archives-Hash: 9fe6c385e3773b6df2aca46721aca1cd commit: ad673e6582a83d98581afcbc6a1ffa9cb05666cf Author: Sam James gentoo org> AuthorDate: Tue May 25 11:10:21 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 25 11:10:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad673e65 app-i18n/mozc: Stabilize 2.26.4220_p20201212102434_p20201219202429 amd64, #790389 Signed-off-by: Sam James gentoo.org> app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild b/app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild index 012a22ae09c..d840eb56323 100644 --- a/app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild +++ b/app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild @@ -41,7 +41,7 @@ fi # japanese-usage-dictionary: BSD-2 LICENSE="BSD BSD-2 ipadic public-domain unicode" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm64 ~ppc64 x86" IUSE="debug emacs fcitx4 +gui ibus renderer test" REQUIRED_USE="|| ( emacs fcitx4 ibus )" RESTRICT="!test? ( test )"