From a93174fd64579f743baff6d984fad63fdbad7a53 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 5 Jul 2021 05:27:46 +0100 Subject: app-editors/neovim: restore dropped keywords Signed-off-by: Sam James --- app-editors/neovim/neovim-0.5.0.ebuild | 2 +- app-editors/neovim/neovim-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app-editors/neovim') diff --git a/app-editors/neovim/neovim-0.5.0.ebuild b/app-editors/neovim/neovim-0.5.0.ebuild index 317c3fb07b56..99aa8bbbb72f 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 317c3fb07b56..99aa8bbbb72f 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" -- cgit v1.2.3-65-gdbad