When EAPI 8 is used, vim-plugin eclass needs non-standard directories listed explicitly. The following directories are missing: - lib - nerdtree_plugin To fix: src_install() { vim-plugin_src_install lib nerdtree_plugin }
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe2e7f93185af05ad8ea8ac3a4c90e821eed10f commit 6fe2e7f93185af05ad8ea8ac3a4c90e821eed10f Author: Arthur Zamarin <arthurzam@gentoo.org> AuthorDate: 2024-08-18 17:30:32 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2024-08-18 17:33:19 +0000 app-vim/nerdtree: fix missing src_install With the previous bump to EAPI=8, I've broken the package, thanks to the report in the bug, a solution was suggested which fixes it. Closes: https://bugs.gentoo.org/938104 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> app-vim/nerdtree/{nerdtree-7.1.3.ebuild => nerdtree-7.1.3-r1.ebuild} | 4 ++++ app-vim/nerdtree/nerdtree-9999.ebuild | 4 ++++ 2 files changed, 8 insertions(+)