diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-18 20:48:51 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-18 20:48:51 +0200 |
commit | 5d6732c37dd15aac8deb40b40543649acafb65a6 (patch) | |
tree | 8417233d793fad86d50e608b4f775338f637dac6 /app-editors/neovim | |
parent | app-editors/neovim: Stabilize 0.8.1 amd64, #886450 (diff) | |
download | gentoo-5d6732c37dd15aac8deb40b40543649acafb65a6.tar.gz gentoo-5d6732c37dd15aac8deb40b40543649acafb65a6.tar.bz2 gentoo-5d6732c37dd15aac8deb40b40543649acafb65a6.zip |
app-editors/neovim: Stabilize 0.8.1 x86, #886450
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors/neovim')
-rw-r--r-- | app-editors/neovim/neovim-0.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/neovim/neovim-0.8.1.ebuild b/app-editors/neovim/neovim-0.8.1.ebuild index 09d7171f937c..d5cf82cfe04e 100644 --- a/app-editors/neovim/neovim-0.8.1.ebuild +++ b/app-editors/neovim/neovim-0.8.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 ~riscv ~x86 ~x64-macos" + KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~x64-macos" fi LICENSE="Apache-2.0 vim" |