Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/
Date: Wed, 22 Dec 2021 05:36:26
Message-Id: 1640151364.14c9c6b9a8688c86d318ab79d2052051a35f050a.sam@gentoo
1 commit: 14c9c6b9a8688c86d318ab79d2052051a35f050a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 22 05:36:04 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 22 05:36:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c9c6b9
7
8 app-editors/neovim: Stabilize 0.5.1 amd64, #829776
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-editors/neovim/neovim-0.5.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-editors/neovim/neovim-0.5.1.ebuild b/app-editors/neovim/neovim-0.5.1.ebuild
16 index 78a18344f655..f75cc58cc162 100644
17 --- a/app-editors/neovim/neovim-0.5.1.ebuild
18 +++ b/app-editors/neovim/neovim-0.5.1.ebuild
19 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
20 EGIT_REPO_URI="https://github.com/neovim/neovim.git"
21 else
22 SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86 ~x64-macos"
24 + KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~x64-macos"
25 fi
26
27 LICENSE="Apache-2.0 vim"