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 6536F159C9B for ; Sun, 4 Aug 2024 00:16:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B3E8E2AE9; Sun, 4 Aug 2024 00:16: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44241E2A02 for ; Sun, 4 Aug 2024 00:16: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 4AE73335D6A for ; Sun, 4 Aug 2024 00:16:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80C4D1D9C for ; Sun, 4 Aug 2024 00:15:58 +0000 (UTC) From: "Stefan Strogin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stefan Strogin" Message-ID: <1722730256.c3d10b3793f33ea08633f743f3761cd14d344df7.steils@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: steils X-VCS-Committer-Name: Stefan Strogin X-VCS-Revision: c3d10b3793f33ea08633f743f3761cd14d344df7 X-VCS-Branch: master Date: Sun, 4 Aug 2024 00:15: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: 2b6cf146-ec61-4a77-9b11-247b9da372cb X-Archives-Hash: 18052563bbf05ad4ae28c93ed463a4a4 commit: c3d10b3793f33ea08633f743f3761cd14d344df7 Author: Stefan Strogin gentoo org> AuthorDate: Sun Aug 4 00:10:56 2024 +0000 Commit: Stefan Strogin gentoo org> CommitDate: Sun Aug 4 00:10:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d10b37 app-editors/neovim: fix dependencies Signed-off-by: Stefan Strogin gentoo.org> app-editors/neovim/neovim-0.10.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-editors/neovim/neovim-0.10.1.ebuild b/app-editors/neovim/neovim-0.10.1.ebuild index ae11cd0bca1a..c71c86a063d0 100644 --- a/app-editors/neovim/neovim-0.10.1.ebuild +++ b/app-editors/neovim/neovim-0.10.1.ebuild @@ -49,10 +49,11 @@ DEPEND="${LUA_DEPS} $(lua_gen_cond_dep ' dev-lua/LuaBitOp[${LUA_USEDEP}] ' lua5-{1,2}) + >=dev-libs/libutf8proc-2.9.0:= >=dev-libs/libuv-1.46.0:= >=dev-libs/libvterm-0.3.3 >=dev-libs/msgpack-3.0.0:= - >=dev-libs/tree-sitter-0.20.9:= + >=dev-libs/tree-sitter-0.22.6:= =dev-libs/tree-sitter-bash-0.21* =dev-libs/tree-sitter-c-0.21* =dev-libs/tree-sitter-lua-0.1*