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 649FE15803E for ; Tue, 2 Jan 2024 03:56:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD8352BC02F; Tue, 2 Jan 2024 03:56:44 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC5EE2BC02F for ; Tue, 2 Jan 2024 03:56:44 +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 B54C6340813 for ; Tue, 2 Jan 2024 03:56:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F33471441 for ; Tue, 2 Jan 2024 03:56:41 +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: <1704167737.04d9951ce6d2f8bf5f73c63e067266d2bb2b145d.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-configtool/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/fcitx-configtool/fcitx-configtool-5.1.2.ebuild X-VCS-Directories: app-i18n/fcitx-configtool/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 04d9951ce6d2f8bf5f73c63e067266d2bb2b145d X-VCS-Branch: master Date: Tue, 2 Jan 2024 03:56:41 +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: c64c911f-abb4-4bd6-b34e-c05595931be7 X-Archives-Hash: c57af302966716a5ae02a6c1174e8835 commit: 04d9951ce6d2f8bf5f73c63e067266d2bb2b145d Author: WANG Xuerui gentoo org> AuthorDate: Mon Jan 1 10:03:06 2024 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Tue Jan 2 03:55:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d9951c app-i18n/fcitx-configtool: keyword 5.1.2 for ~loong Signed-off-by: WANG Xuerui gentoo.org> app-i18n/fcitx-configtool/fcitx-configtool-5.1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-5.1.2.ebuild b/app-i18n/fcitx-configtool/fcitx-configtool-5.1.2.ebuild index 52c58f63ba0c..da606a563ee8 100644 --- a/app-i18n/fcitx-configtool/fcitx-configtool-5.1.2.ebuild +++ b/app-i18n/fcitx-configtool/fcitx-configtool-5.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz -> LICENSE="GPL-2+" SLOT="5" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~loong ~x86" IUSE="kcm +config-qt test" RESTRICT="!test? ( test )"