diff options
author | Sam James <sam@gentoo.org> | 2024-01-24 10:26:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-24 10:26:23 +0000 |
commit | e8a4dc8be8123b71dfce22cab5b37b375a1a8d7b (patch) | |
tree | 2db29fd127584c8c3df1b5ee7ee6ffd8200e2bdb /app-editors/neovim | |
parent | dev-build/autoconf-vanilla: add note to be careful with patching (diff) | |
download | gentoo-e8a4dc8be8123b71dfce22cab5b37b375a1a8d7b.tar.gz gentoo-e8a4dc8be8123b71dfce22cab5b37b375a1a8d7b.tar.bz2 gentoo-e8a4dc8be8123b71dfce22cab5b37b375a1a8d7b.zip |
app-editors/neovim: Stabilize 0.9.5 arm64, #922801
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/neovim')
-rw-r--r-- | app-editors/neovim/neovim-0.9.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/neovim/neovim-0.9.5.ebuild b/app-editors/neovim/neovim-0.9.5.ebuild index 5c8fb769b9f3..42a3986c5cd3 100644 --- a/app-editors/neovim/neovim-0.9.5.ebuild +++ b/app-editors/neovim/neovim-0.9.5.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 ~x64-macos" + KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos" fi LICENSE="Apache-2.0 vim" |