From 664f7f2297c97b7940536049f9d14c8b69c2f9a8 Mon Sep 17 00:00:00 2001 From: Jakov Smolić Date: Thu, 2 Jun 2022 14:24:58 +0200 Subject: app-editors/neovim: Stabilize 0.7.0 x86, #849344 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakov Smolić --- app-editors/neovim/neovim-0.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-editors') diff --git a/app-editors/neovim/neovim-0.7.0.ebuild b/app-editors/neovim/neovim-0.7.0.ebuild index f23e7434577b..471402fe3cf8 100644 --- a/app-editors/neovim/neovim-0.7.0.ebuild +++ b/app-editors/neovim/neovim-0.7.0.ebuild @@ -15,7 +15,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" -- cgit v1.2.3-65-gdbad