commit:     fca6e40392dd4afdda597405a4519993bba6fc32
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 10:26:24 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 10:26:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca6e403

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 ffc9ee7c926..5c745d57c25 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"

Reply via email to