Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/
Date: Thu, 31 Mar 2022 18:45:11
Message-Id: 1648752276.9b03383735d59fea6c56b64d3381f445a22ca25f.jsmolic@gentoo
1 commit: 9b03383735d59fea6c56b64d3381f445a22ca25f
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 18:44:36 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 18:44:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b033837
7
8 app-editors/neovim: Stabilize 0.6.1-r1 amd64, #834128
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 app-editors/neovim/neovim-0.6.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-editors/neovim/neovim-0.6.1-r1.ebuild b/app-editors/neovim/neovim-0.6.1-r1.ebuild
16 index d7838343d030..24f7fbf17c31 100644
17 --- a/app-editors/neovim/neovim-0.6.1-r1.ebuild
18 +++ b/app-editors/neovim/neovim-0.6.1-r1.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"