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: Mon, 07 Nov 2022 17:27:13
Message-Id: 1667842012.2eb5ccd828965b7420099275a2eea80ddb7fbf6a.arthurzam@gentoo
1 commit: 2eb5ccd828965b7420099275a2eea80ddb7fbf6a
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 7 17:26:32 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 7 17:26:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb5ccd8
7
8 app-editors/neovim: Stabilize 0.8.0-r1 arm64, #879961
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 app-editors/neovim/neovim-0.8.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-editors/neovim/neovim-0.8.0-r1.ebuild b/app-editors/neovim/neovim-0.8.0-r1.ebuild
16 index 60b97a82d314..88bbab6f547a 100644
17 --- a/app-editors/neovim/neovim-0.8.0-r1.ebuild
18 +++ b/app-editors/neovim/neovim-0.8.0-r1.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"