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 17E6815800B for ; Wed, 5 Apr 2023 07:08:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77576E086E; Wed, 5 Apr 2023 07:08:33 +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 5F616E086E for ; Wed, 5 Apr 2023 07:08:33 +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 7E49E340DBF for ; Wed, 5 Apr 2023 07:08:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A933A19 for ; Wed, 5 Apr 2023 07:08:30 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1680678501.c4f414b7b5c8452cb48aad051e233d4d31d4ac25.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/neovim/neovim-9999.ebuild X-VCS-Directories: app-editors/neovim/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: c4f414b7b5c8452cb48aad051e233d4d31d4ac25 X-VCS-Branch: master Date: Wed, 5 Apr 2023 07:08:30 +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: 682c51ff-62ca-4fa1-acca-082be41b1d9b X-Archives-Hash: 1eaee273a68c360f49e398e3e0e08e1d commit: c4f414b7b5c8452cb48aad051e233d4d31d4ac25 Author: brahmajit das gmail com> AuthorDate: Wed Apr 5 06:26:12 2023 +0000 Commit: Matthew Smith gentoo org> CommitDate: Wed Apr 5 07:08:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f414b7 app-editors/neovim: Fix dependency on tree-sitter 0.20.8 With upstream commit 090ade4af6344a7bc4ee56a8052c0739c0428c04, function ts_tree_included_ranges is being used, which is only available from tree-sitter v0.20.8. Signed-off-by: brahmajit das gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30487 Signed-off-by: Matthew Smith gentoo.org> app-editors/neovim/neovim-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild index 30760d605912..75c83337a13a 100644 --- a/app-editors/neovim/neovim-9999.ebuild +++ b/app-editors/neovim/neovim-9999.ebuild @@ -52,7 +52,7 @@ DEPEND="${LUA_DEPS} >=dev-libs/libuv-1.44.2:= >=dev-libs/libvterm-0.3 >=dev-libs/msgpack-3.0.0:= - >=dev-libs/tree-sitter-0.20.2:= + >=dev-libs/tree-sitter-0.20.8:= tui? ( >=dev-libs/libtermkey-0.22 >=dev-libs/unibilium-2.0.0:0=