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:32:56
Message-Id: 1640151156.79e53798ae48e15030e492a517969746635b22d3.sam@gentoo
1 commit: 79e53798ae48e15030e492a517969746635b22d3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 22 05:32:36 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 22 05:32:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e53798
7
8 app-editors/neovim: Stabilize 0.5.1 x86, #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 6e99dc9e54d6..78a18344f655 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"