diff options
author | Aaron Bauman <bman@gentoo.org> | 2021-03-14 14:34:55 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2021-03-14 14:34:55 -0400 |
commit | 821bdc60c8dcad883a38fabf2aae9ef6be96334e (patch) | |
tree | 32bf82a9c0f4447124aea76f84f10ec698283ecc /app-editors/neovim | |
parent | dev-util/github-cli: 1.7.0 bump (diff) | |
download | gentoo-821bdc60c8dcad883a38fabf2aae9ef6be96334e.tar.gz gentoo-821bdc60c8dcad883a38fabf2aae9ef6be96334e.tar.bz2 gentoo-821bdc60c8dcad883a38fabf2aae9ef6be96334e.zip |
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@gentoo.org>
Diffstat (limited to 'app-editors/neovim')
-rw-r--r-- | app-editors/neovim/neovim-0.4.4-r100.ebuild | 6 |
1 files 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 f501db09c7e3..6f725bc078da 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= |