diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-24 21:33:31 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-24 21:33:31 +0300 |
commit | 9205e4dac35733cfba7858263c2088d54a905833 (patch) | |
tree | 8388430b2c5f61c653d258e8d24c459e4e439958 /app-editors | |
parent | dev-perl/Sub-HandlesVia: Stabilize 0.50.0 amd64, #910943 (diff) | |
download | gentoo-9205e4dac35733cfba7858263c2088d54a905833.tar.gz gentoo-9205e4dac35733cfba7858263c2088d54a905833.tar.bz2 gentoo-9205e4dac35733cfba7858263c2088d54a905833.zip |
app-editors/neovim: Stabilize 0.9.1 arm64, #910713
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/neovim/neovim-0.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/neovim/neovim-0.9.1.ebuild b/app-editors/neovim/neovim-0.9.1.ebuild index 36905669dd9e..6dbae9f91270 100644 --- a/app-editors/neovim/neovim-0.9.1.ebuild +++ b/app-editors/neovim/neovim-0.9.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 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos" + KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86 ~x64-macos" fi LICENSE="Apache-2.0 vim" |