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:
parent
ec75869af1
commit
014e118352
@ -30,7 +30,7 @@ else
|
||||
fi
|
||||
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
RDEPEND=">=app-editors/neovim-0.5.0"
|
||||
RDEPEND="app-editors/neovim"
|
||||
|
||||
DOCS=( README.md )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user