commit:     a93174fd64579f743baff6d984fad63fdbad7a53
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  5 04:27:46 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul  5 04:27:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93174fd

app-editors/neovim: restore dropped keywords

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-editors/neovim/neovim-0.5.0.ebuild | 2 +-
 app-editors/neovim/neovim-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/neovim/neovim-0.5.0.ebuild 
b/app-editors/neovim/neovim-0.5.0.ebuild
index 317c3fb07b5..99aa8bbbb72 100644
--- a/app-editors/neovim/neovim-0.5.0.ebuild
+++ b/app-editors/neovim/neovim-0.5.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
        EGIT_REPO_URI="https://github.com/neovim/neovim.git";
 else
        SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
+       KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
 fi
 
 LICENSE="Apache-2.0 vim"

diff --git a/app-editors/neovim/neovim-9999.ebuild 
b/app-editors/neovim/neovim-9999.ebuild
index 317c3fb07b5..99aa8bbbb72 100644
--- a/app-editors/neovim/neovim-9999.ebuild
+++ b/app-editors/neovim/neovim-9999.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
        EGIT_REPO_URI="https://github.com/neovim/neovim.git";
 else
        SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
+       KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
 fi
 
 LICENSE="Apache-2.0 vim"

Reply via email to