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 1CB6A158083 for ; Mon, 2 Sep 2024 19:25:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FFF5E2A63; Mon, 2 Sep 2024 19:25:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3BFC0E2A63 for ; Mon, 2 Sep 2024 19:25:49 +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 7B5BE343090 for ; Mon, 2 Sep 2024 19:25:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5DB31671 for ; Mon, 2 Sep 2024 19:25:46 +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: <1725305078.a153c8086beb924ac48de32d84b47d18c0f21c8f.sam@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.6-r1.ebuild X-VCS-Directories: app-i18n/fcitx-configtool/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a153c8086beb924ac48de32d84b47d18c0f21c8f X-VCS-Branch: master Date: Mon, 2 Sep 2024 19:25:46 +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: 0f529488-a14b-49b5-b0b7-7bb1e44d4f01 X-Archives-Hash: 1610c5e1b1f726ee82c6410fbe1995f8 commit: a153c8086beb924ac48de32d84b47d18c0f21c8f Author: Sam James gentoo org> AuthorDate: Mon Sep 2 19:24:38 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 2 19:24:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a153c808 app-i18n/fcitx-configtool: Stabilize 5.1.6-r1 amd64, #938878 Signed-off-by: Sam James gentoo.org> app-i18n/fcitx-configtool/fcitx-configtool-5.1.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-5.1.6-r1.ebuild b/app-i18n/fcitx-configtool/fcitx-configtool-5.1.6-r1.ebuild index 69d95324d3f2..b3ac6d27c992 100644 --- a/app-i18n/fcitx-configtool/fcitx-configtool-5.1.6-r1.ebuild +++ b/app-i18n/fcitx-configtool/fcitx-configtool-5.1.6-r1.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="GPL-2+" SLOT="5" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="kcm +config-qt qt6 test" RESTRICT="!test? ( test )"