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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC21915838C for ; Wed, 17 Jan 2024 16:50:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3265DE2B6D; Wed, 17 Jan 2024 16:50:29 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3900E2B6D for ; Wed, 17 Jan 2024 16:50:28 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18107343376 for ; Wed, 17 Jan 2024 16:50:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FF9714C5 for ; Wed, 17 Jan 2024 16:50:25 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1705510139.eaf1f299fdb11cc567ef0b7bc6549e762f593a0e.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-m17n/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild X-VCS-Directories: app-i18n/fcitx-m17n/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: eaf1f299fdb11cc567ef0b7bc6549e762f593a0e X-VCS-Branch: master Date: Wed, 17 Jan 2024 16:50:25 +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: 9d46a5e4-9188-4acd-bf92-75c5cce0acea X-Archives-Hash: cb39086d6f245fe2ddd0f7aa48b65687 commit: eaf1f299fdb11cc567ef0b7bc6549e762f593a0e Author: Yongxiang Liang gmail com> AuthorDate: Wed Jan 17 10:57:48 2024 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Wed Jan 17 16:48:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf1f299 app-i18n/fcitx-m17n: Keyword loong, #922103 Closes: https://github.com/gentoo/gentoo/pull/34862 Signed-off-by: Yongxiang Liang gmail.com> Signed-off-by: WANG Xuerui gentoo.org> app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild b/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild index e63fa7c4a6b3..176e587c16af 100644 --- a/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild +++ b/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz -> LICENSE="LGPL-2.1+" SLOT="5" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )"