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 F2907158020 for ; Thu, 20 Oct 2022 12:12:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8859E0894; Thu, 20 Oct 2022 12:12:01 +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 91FB2E0894 for ; Thu, 20 Oct 2022 12:12:01 +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 A48F2341154 for ; Thu, 20 Oct 2022 12:12:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85D9761F for ; Thu, 20 Oct 2022 12:11:58 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1666267890.704c826c8a3549a947cb9cf913750f0f59928084.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ccls/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ccls/ccls-0.20220729.ebuild X-VCS-Directories: dev-util/ccls/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 704c826c8a3549a947cb9cf913750f0f59928084 X-VCS-Branch: master Date: Thu, 20 Oct 2022 12:11:58 +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: 3f33877f-c766-43ba-b79e-7411b4dfcc25 X-Archives-Hash: 5faa4c778a9f991b1b0521c71dc24fe5 commit: 704c826c8a3549a947cb9cf913750f0f59928084 Author: Xin Yang icloud com> AuthorDate: Tue Oct 11 03:39:55 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Oct 20 12:11:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=704c826c dev-util/ccls: keyword ccls-0.20220729 riscv, #876682 Signed-off-by: Xin Yang icloud.com> Closes: https://github.com/gentoo/gentoo/pull/27732 Signed-off-by: Jakov Smolić gentoo.org> dev-util/ccls/ccls-0.20220729.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/ccls/ccls-0.20220729.ebuild b/dev-util/ccls/ccls-0.20220729.ebuild index d99dd418d177..ac3dd8716521 100644 --- a/dev-util/ccls/ccls-0.20220729.ebuild +++ b/dev-util/ccls/ccls-0.20220729.ebuild @@ -21,7 +21,7 @@ if [[ ${PV} == *9999 ]] ; then SRC_URI="" else SRC_URI="https://github.com/MaskRay/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~riscv" fi LICENSE="Apache-2.0"