commit: 7f53dc07a44ef3c9eff92401b0f6ab26357d326c
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 06:55:31 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 07:04:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f53dc07
app-editors/neovim: Stabilize 0.8.3 amd64, #899544
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-editors/neovim/neovim-0.8.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/neovim/neovim-0.8.3.ebuild
b/app-editors/neovim/neovim-0.8.3.ebuild
index f8fb77103051..6f2579617122 100644
--- a/app-editors/neovim/neovim-0.8.3.ebuild
+++ b/app-editors/neovim/neovim-0.8.3.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"