diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-28 21:10:21 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-28 21:10:21 +0200 |
commit | e23d8d0778eb1fd8af1e699daa008d1376cd1445 (patch) | |
tree | f453e1a5ac9651267438cc4077f1cf780b547a80 /app-editors/neovim | |
parent | dev-libs/mpc: Stabilize 1.3.1 hppa, #892161 (diff) | |
download | gentoo-e23d8d0778eb1fd8af1e699daa008d1376cd1445.tar.gz gentoo-e23d8d0778eb1fd8af1e699daa008d1376cd1445.tar.bz2 gentoo-e23d8d0778eb1fd8af1e699daa008d1376cd1445.zip |
app-editors/neovim: Stabilize 0.8.2 arm64, #892049
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors/neovim')
-rw-r--r-- | app-editors/neovim/neovim-0.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/neovim/neovim-0.8.2.ebuild b/app-editors/neovim/neovim-0.8.2.ebuild index 6c3d015a6bcb..46c61e58ef5a 100644 --- a/app-editors/neovim/neovim-0.8.2.ebuild +++ b/app-editors/neovim/neovim-0.8.2.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 ~riscv x86 ~x64-macos" + KEYWORDS="amd64 ~arm arm64 ~riscv x86 ~x64-macos" fi LICENSE="Apache-2.0 vim" |