commit:     6accfbfe315cbbd0fa95ba24790ad3a2cf9f8fac
Author:     Brahmajit Das <listout <AT> listout <DOT> xyz>
AuthorDate: Mon Apr 28 21:07:58 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 29 00:22:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6accfbfe

app-editors/neovim: Fix Symbolic link to nvimpager

less.sh was moved from runtime/macros folder to runtime/scripts folder

Closes: https://bugs.gentoo.org/954822
Signed-off-by: Brahmajit Das <listout <AT> listout.xyz>
Part-of: https://github.com/gentoo/gentoo/pull/41826
Closes: https://github.com/gentoo/gentoo/pull/41826
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-editors/neovim/{neovim-0.11.0-r1.ebuild => neovim-0.11.0-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/neovim/neovim-0.11.0-r1.ebuild 
b/app-editors/neovim/neovim-0.11.0-r2.ebuild
similarity index 98%
rename from app-editors/neovim/neovim-0.11.0-r1.ebuild
rename to app-editors/neovim/neovim-0.11.0-r2.ebuild
index 92ad4e2b9aa0..7bce36689dd6 100644
--- a/app-editors/neovim/neovim-0.11.0-r1.ebuild
+++ b/app-editors/neovim/neovim-0.11.0-r2.ebuild
@@ -113,7 +113,7 @@ src_install() {
 
        # conditionally install a symlink for nvimpager
        if use nvimpager; then
-               dosym ../share/nvim/runtime/macros/less.sh /usr/bin/nvimpager
+               dosym ../share/nvim/runtime/scripts/less.sh /usr/bin/nvimpager
        fi
 }
 

Reply via email to