app-vim/nvim-lspconfig: Drop version in neovim dep

We did depend on >= 0.5.0, in Gentoo we have currently 0.7 and 0.8,
i.e. newer versions and as I’m personally on 0.8.1 and won’t support
older versions of neovim I choose to drop the explicit dep here without
updating it each time.

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2022-12-31 16:17:58 +01:00
parent ec75869af1
commit 014e118352
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -30,7 +30,7 @@ else
fi
BDEPEND="virtual/pkgconfig"
RDEPEND=">=app-editors/neovim-0.5.0"
RDEPEND="app-editors/neovim"
DOCS=( README.md )