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 3940815838C for ; Mon, 29 Jan 2024 06:38:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A68B2BC01E; Mon, 29 Jan 2024 06:38:26 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5BDE72BC01C for ; Mon, 29 Jan 2024 06:38:26 +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 701DA3433AE for ; Mon, 29 Jan 2024 06:38:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BF2914BE for ; Mon, 29 Jan 2024 06:38:22 +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: <1706510266.c3834aade4bdd86d6285aa1a0a3647aa9898267b.xen0n@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.9.0.ebuild X-VCS-Directories: app-i18n/librime/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: c3834aade4bdd86d6285aa1a0a3647aa9898267b X-VCS-Branch: master Date: Mon, 29 Jan 2024 06:38:22 +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: bd87a56b-8fc7-49bc-9543-82bd5e1e304e X-Archives-Hash: 4d50c113be12453eaf833dfd52be72d5 commit: c3834aade4bdd86d6285aa1a0a3647aa9898267b Author: WANG Xuerui gentoo org> AuthorDate: Mon Jan 29 06:33:46 2024 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Mon Jan 29 06:37:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3834aad app-i18n/librime: keyword 1.9.0 for ~loong Signed-off-by: WANG Xuerui gentoo.org> app-i18n/librime/librime-1.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/librime/librime-1.9.0.ebuild b/app-i18n/librime/librime-1.9.0.ebuild index 886e440f4601..1c2d933f72f8 100644 --- a/app-i18n/librime/librime-1.9.0.ebuild +++ b/app-i18n/librime/librime-1.9.0.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 ~x86" +KEYWORDS="~amd64 ~loong ~x86" IUSE="debug test" RESTRICT="!test? ( test )"