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: Mon, 05 Jul 2021 04:28:07
Message-Id: 1625459266.a93174fd64579f743baff6d984fad63fdbad7a53.sam@gentoo
1 commit: a93174fd64579f743baff6d984fad63fdbad7a53
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 5 04:27:46 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 5 04:27:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93174fd
7
8 app-editors/neovim: restore dropped keywords
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-editors/neovim/neovim-0.5.0.ebuild | 2 +-
13 app-editors/neovim/neovim-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-editors/neovim/neovim-0.5.0.ebuild b/app-editors/neovim/neovim-0.5.0.ebuild
17 index 317c3fb07b5..99aa8bbbb72 100644
18 --- a/app-editors/neovim/neovim-0.5.0.ebuild
19 +++ b/app-editors/neovim/neovim-0.5.0.ebuild
20 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
21 EGIT_REPO_URI="https://github.com/neovim/neovim.git"
22 else
23 SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~x86"
25 + KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
26 fi
27
28 LICENSE="Apache-2.0 vim"
29
30 diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild
31 index 317c3fb07b5..99aa8bbbb72 100644
32 --- a/app-editors/neovim/neovim-9999.ebuild
33 +++ b/app-editors/neovim/neovim-9999.ebuild
34 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
35 EGIT_REPO_URI="https://github.com/neovim/neovim.git"
36 else
37 SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
38 - KEYWORDS="~amd64 ~x86"
39 + KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
40 fi
41
42 LICENSE="Apache-2.0 vim"