commit: 7963e01a2cb6c088b9329ebcb0b9a00fa83d7d63
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 22 00:21:51 2026 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Jan 22 00:50:42 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7963e01a
app-editors/neovim: Stabilize 0.11.5 amd64, #969119
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
app-editors/neovim/neovim-0.11.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/neovim/neovim-0.11.5.ebuild
b/app-editors/neovim/neovim-0.11.5.ebuild
index e2bfb1f2c2fa..751de439b703 100644
--- a/app-editors/neovim/neovim-0.11.5.ebuild
+++ b/app-editors/neovim/neovim-0.11.5.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 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
+ KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
fi
LICENSE="Apache-2.0 vim"