commit: 6416924a0766ee8aec5629a1815ac7b3575804a8
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 22 00:21:52 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=6416924a
app-editors/neovim: Stabilize 0.11.5 x86, #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 751de439b703..20c3fb2ca29f 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"