Skip to content

Commit

Permalink
app-editors/neovim: keyword x64-macos and fix dep
Browse files Browse the repository at this point in the history
* net-libs/libnsl is not required and does not build due to dep on
libtirpc

Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
FuzzyGophers committed Mar 14, 2021
1 parent 9178668 commit 821bdc6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app-editors/neovim/neovim-0.4.4-r100.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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=
Expand Down

0 comments on commit 821bdc6

Please sign in to comment.