diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-16 10:23:05 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-16 10:23:05 +0000 |
commit | 9e05fc6efa330e14ff21f763f178a430283f58b7 (patch) | |
tree | 04e836240860fd35b5ad129a50b31381b4b7b604 /app-editors | |
parent | dev-ruby/kramdown-parser-gfm: Stabilize 1.1.0-r1 arm64, #936830 (diff) | |
download | gentoo-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.ebuild | 2 |
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" |