app-editors/neovim: add ~x86 keyword
authorMichael Palimaka <kensington@gentoo.org>
Thu, 16 Mar 2017 10:26:24 +0000 (21:26 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 16 Mar 2017 10:26:53 +0000 (21:26 +1100)
Gentoo-bug: 581300
Package-Manager: Portage-2.3.4, Repoman-2.3.2

app-editors/neovim/neovim-0.1.4.ebuild

index ffc9ee7c92622b3fa47a212622336d34ac0f2943..5c745d57c2556797cb29dbf88cc703834295648f 100644 (file)
@@ -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"