From fca6e40392dd4afdda597405a4519993bba6fc32 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Thu, 16 Mar 2017 21:26:24 +1100 Subject: [PATCH] app-editors/neovim: add ~x86 keyword Gentoo-bug: 581300 Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- app-editors/neovim/neovim-0.1.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/neovim/neovim-0.1.4.ebuild b/app-editors/neovim/neovim-0.1.4.ebuild index ffc9ee7c9262..5c745d57c255 100644 --- a/app-editors/neovim/neovim-0.1.4.ebuild +++ b/app-editors/neovim/neovim-0.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="git://github.com/neovim/neovim.git" else SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~x86" fi LICENSE="Apache-2.0 vim" -- 2.26.2