summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-08-16 10:23:05 +0000
committerArthur Zamarin <arthurzam@gentoo.org>2024-08-16 10:23:05 +0000
commit9e05fc6efa330e14ff21f763f178a430283f58b7 (patch)
tree04e836240860fd35b5ad129a50b31381b4b7b604 /app-editors
parentdev-ruby/kramdown-parser-gfm: Stabilize 1.1.0-r1 arm64, #936830 (diff)
downloadgentoo-9e05fc6efa330e14ff21f763f178a430283f58b7.tar.gz
gentoo-9e05fc6efa330e14ff21f763f178a430283f58b7.tar.bz2
gentoo-9e05fc6efa330e14ff21f763f178a430283f58b7.zip
app-editors/neovim: Keyword 0.10.1 arm64, #937973
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/neovim/neovim-0.10.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/neovim/neovim-0.10.1.ebuild b/app-editors/neovim/neovim-0.10.1.ebuild
index d545b329c4dd..430fcb85153c 100644
--- a/app-editors/neovim/neovim-0.10.1.ebuild
+++ b/app-editors/neovim/neovim-0.10.1.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 ~ppc ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
fi
LICENSE="Apache-2.0 vim"