summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-01-05 14:30:12 +0100
committerPatrice Clement <monsieurp@gentoo.org>2018-01-05 14:30:53 +0100
commita8ccdb3720233263baf7d148354de08ca365e77d (patch)
treee4d86b59596ed6a1317afb25221820492a424210 /app-editors/neovim
parentdev-python/neovim-python-client: add ~x86 keyword. (diff)
downloadgentoo-a8ccdb3720233263baf7d148354de08ca365e77d.tar.gz
gentoo-a8ccdb3720233263baf7d148354de08ca365e77d.tar.bz2
gentoo-a8ccdb3720233263baf7d148354de08ca365e77d.zip
app-editors/neovim: add ~x86 keyword.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-editors/neovim')
-rw-r--r--app-editors/neovim/neovim-0.2.0.ebuild2
-rw-r--r--app-editors/neovim/neovim-0.2.2.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/neovim/neovim-0.2.0.ebuild b/app-editors/neovim/neovim-0.2.0.ebuild
index a37942870e06..374bd28354fd 100644
--- a/app-editors/neovim/neovim-0.2.0.ebuild
+++ b/app-editors/neovim/neovim-0.2.0.ebuild
@@ -11,7 +11,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"
+ KEYWORDS="~amd64 ~x86"
fi
LICENSE="Apache-2.0 vim"
diff --git a/app-editors/neovim/neovim-0.2.2.ebuild b/app-editors/neovim/neovim-0.2.2.ebuild
index a37942870e06..374bd28354fd 100644
--- a/app-editors/neovim/neovim-0.2.2.ebuild
+++ b/app-editors/neovim/neovim-0.2.2.ebuild
@@ -11,7 +11,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"
+ KEYWORDS="~amd64 ~x86"
fi
LICENSE="Apache-2.0 vim"