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 684AA15852A for ; Sun, 18 Aug 2024 02:37:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16C2D2BC049; Sun, 18 Aug 2024 02:37:12 +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 F05FA2BC049 for ; Sun, 18 Aug 2024 02:37:11 +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 EC6F9342DEF for ; Sun, 18 Aug 2024 02:37:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF20A1607 for ; Sun, 18 Aug 2024 02:37:08 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1723948397.bde1f42de75f541ab1339808e81d179102ece939.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/neovim/neovim-0.10.1.ebuild X-VCS-Directories: app-editors/neovim/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: bde1f42de75f541ab1339808e81d179102ece939 X-VCS-Branch: master Date: Sun, 18 Aug 2024 02:37:08 +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: 1e0f5864-a491-4dc7-8842-e008940fcbf5 X-Archives-Hash: f306e66400193a33eef16d7f92aa1fe0 commit: bde1f42de75f541ab1339808e81d179102ece939 Author: Yixun Lan gentoo org> AuthorDate: Sat Aug 17 23:43:32 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sun Aug 18 02:33:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde1f42d app-editors/neovim: Keyword 0.10.1 riscv, #937973 Signed-off-by: Yixun Lan gentoo.org> app-editors/neovim/neovim-0.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/neovim/neovim-0.10.1.ebuild b/app-editors/neovim/neovim-0.10.1.ebuild index d7cc51448a72..58654ba90fea 100644 --- a/app-editors/neovim/neovim-0.10.1.ebuild +++ b/app-editors/neovim/neovim-0.10.1.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/neovim/neovim.git" else SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86" fi LICENSE="Apache-2.0 vim"