diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-03-16 21:26:24 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-03-16 21:26:53 +1100 |
commit | fca6e40392dd4afdda597405a4519993bba6fc32 (patch) | |
tree | 275a589c754c0f8a65d9c3cd64a311b46cd4da9e /app-editors | |
parent | dev-lua/mpack: add ~x86 keyword (diff) | |
download | gentoo-fca6e40392dd4afdda597405a4519993bba6fc32.tar.gz gentoo-fca6e40392dd4afdda597405a4519993bba6fc32.tar.bz2 gentoo-fca6e40392dd4afdda597405a4519993bba6fc32.zip |
app-editors/neovim: add ~x86 keyword
Gentoo-bug: 581300
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/neovim/neovim-0.1.4.ebuild | 4 |
1 files 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" |