Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/
Date: Sat, 28 Jan 2023 19:10:31
Message-Id: 1674933021.e23d8d0778eb1fd8af1e699daa008d1376cd1445.arthurzam@gentoo
1 commit: e23d8d0778eb1fd8af1e699daa008d1376cd1445
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 28 19:10:21 2023 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 28 19:10:21 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e23d8d07
7
8 app-editors/neovim: Stabilize 0.8.2 arm64, #892049
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 app-editors/neovim/neovim-0.8.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-editors/neovim/neovim-0.8.2.ebuild b/app-editors/neovim/neovim-0.8.2.ebuild
16 index 6c3d015a6bcb..46c61e58ef5a 100644
17 --- a/app-editors/neovim/neovim-0.8.2.ebuild
18 +++ b/app-editors/neovim/neovim-0.8.2.ebuild
19 @@ -16,7 +16,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"