app-vim/vnsip: Cleanup obsolete comment from ebuild

This commit is contained in:
Nils Freydank 2022-08-20 17:45:03 +02:00
parent c46b5f7aa1
commit 63f22c700a
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -42,11 +42,3 @@ src_compile(){
# Don't do anything. The Makefile runs only some linter for testing.
echo
}
#src_install(){
# # We need to get the major and minor version only.
# insinto /usr/share/lua/$(ver_cut 1-2 $(lua_get_version))
# doins -r lua/*
# rm -r lua || die
# vim-plugin_src_install
#}