diff options
author | Sam James <sam@gentoo.org> | 2021-07-05 05:27:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-05 05:27:46 +0100 |
commit | a93174fd64579f743baff6d984fad63fdbad7a53 (patch) | |
tree | 055d9117a4941b2d45cc4898d2e0dbd1be0a9988 /app-editors | |
parent | app-editors/neovim: drop USE_BUNDLED for now (diff) | |
download | gentoo-a93174fd64579f743baff6d984fad63fdbad7a53.tar.gz gentoo-a93174fd64579f743baff6d984fad63fdbad7a53.tar.bz2 gentoo-a93174fd64579f743baff6d984fad63fdbad7a53.zip |
app-editors/neovim: restore dropped keywords
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/neovim/neovim-0.5.0.ebuild | 2 | ||||
-rw-r--r-- | 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 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" |