diff options
author | 2024-09-10 16:49:43 -0400 | |
---|---|---|
committer | 2024-09-10 16:57:52 -0400 | |
commit | 95885eea5957b82dd17403f18de182c1ec057a94 (patch) | |
tree | 1affe8bb40913d746488b65e594fe4e98099b960 /app-editors | |
parent | app-editors/neovim: Install correct sysinit.vim file (diff) | |
download | gentoo-95885eea5957b82dd17403f18de182c1ec057a94.tar.gz gentoo-95885eea5957b82dd17403f18de182c1ec057a94.tar.bz2 gentoo-95885eea5957b82dd17403f18de182c1ec057a94.zip |
app-editors/neovim: Sync keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/neovim/neovim-0.10.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/neovim/neovim-0.10.1-r1.ebuild b/app-editors/neovim/neovim-0.10.1-r1.ebuild index 7137cf2df1a4..b73b16f4c014 100644 --- a/app-editors/neovim/neovim-0.10.1-r1.ebuild +++ b/app-editors/neovim/neovim-0.10.1-r1.ebuild @@ -16,7 +16,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 ~ppc ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86 ~x64-macos" fi LICENSE="Apache-2.0 vim" |