diff options
author | Sam James <sam@gentoo.org> | 2023-04-10 03:52:11 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-10 03:52:11 +0100 |
commit | 4005e76198ef4389d5780934448610be6e67b5aa (patch) | |
tree | ac80938644263e861bd09cb4ede3492c166e13d5 /app-editors | |
parent | net-irc/soju: keyword 0.6.0 for ~arm64 (diff) | |
download | gentoo-4005e76198ef4389d5780934448610be6e67b5aa.tar.gz gentoo-4005e76198ef4389d5780934448610be6e67b5aa.tar.bz2 gentoo-4005e76198ef4389d5780934448610be6e67b5aa.zip |
app-editors/neovim: stabilize 0.8.3 for arm64
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/neovim/neovim-0.8.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/neovim/neovim-0.8.3.ebuild b/app-editors/neovim/neovim-0.8.3.ebuild index 7d44b52012f1..f511e1520665 100644 --- a/app-editors/neovim/neovim-0.8.3.ebuild +++ b/app-editors/neovim/neovim-0.8.3.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 ~ppc64 ~riscv x86 ~x64-macos" + KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos" fi LICENSE="Apache-2.0 vim" |