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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4A651581EC for ; Fri, 22 Nov 2024 15:29:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B803E0801; Fri, 22 Nov 2024 15:29: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 70CE2E0801 for ; Fri, 22 Nov 2024 15:29: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 86B7434076D for ; Fri, 22 Nov 2024 15:29:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C14F818C4 for ; Fri, 22 Nov 2024 15:29:41 +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: <1732289367.ca67dcd7bed732dd9ad5eafe3fcd7380033b42cd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/librime/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/librime/librime-1.11.2.ebuild X-VCS-Directories: app-i18n/librime/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ca67dcd7bed732dd9ad5eafe3fcd7380033b42cd X-VCS-Branch: master Date: Fri, 22 Nov 2024 15:29: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: 5e5d804f-5dbc-4301-8929-04b2baec0b72 X-Archives-Hash: f1521ba766d5685d3d1b1c8fe27927c8 commit: ca67dcd7bed732dd9ad5eafe3fcd7380033b42cd Author: Sam James gentoo org> AuthorDate: Fri Nov 22 15:29:27 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 22 15:29:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca67dcd7 app-i18n/librime: Stabilize 1.11.2 x86, #944310 Signed-off-by: Sam James gentoo.org> app-i18n/librime/librime-1.11.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/librime/librime-1.11.2.ebuild b/app-i18n/librime/librime-1.11.2.ebuild index 30ed5c8e5578..a6f621c33471 100644 --- a/app-i18n/librime/librime-1.11.2.ebuild +++ b/app-i18n/librime/librime-1.11.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rime/librime/archive/refs/tags/${PV}.tar.gz -> ${P}. LICENSE="BSD BSD-2 Boost-1.0 MIT" SLOT="0/1-${PV}" -KEYWORDS="~amd64 ~loong ~x86" +KEYWORDS="~amd64 ~loong x86" IUSE="debug test" RESTRICT="!test? ( test )"