commit: 821bdc60c8dcad883a38fabf2aae9ef6be96334e
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 14 18:34:55 2021 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Mar 14 18:34:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=821bdc60
app-editors/neovim: keyword x64-macos and fix dep
* net-libs/libnsl is not required and does not build due to dep on
libtirpc
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
app-editors/neovim/neovim-0.4.4-r100.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-editors/neovim/neovim-0.4.4-r100.ebuild
b/app-editors/neovim/neovim-0.4.4-r100.ebuild
index f501db09c7e..6f725bc078d 100644
--- a/app-editors/neovim/neovim-0.4.4-r100.ebuild
+++ b/app-editors/neovim/neovim-0.4.4-r100.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/neovim/neovim.git"
else
SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="amd64 ~arm ~arm64 x86"
+ KEYWORDS="amd64 ~arm ~arm64 x86 ~x64-macos"
fi
LICENSE="Apache-2.0 vim"
@@ -49,7 +49,9 @@ DEPEND="${LUA_DEPS}
dev-libs/libuv:0=
>=dev-libs/libvterm-0.1.2
dev-libs/msgpack:0=
- net-libs/libnsl
+ !kernel_Darwin? (
+ net-libs/libnsl
+ )
tui? (
dev-libs/libtermkey
>=dev-libs/unibilium-2.0.0:0=