diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-04-10 15:31:31 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-04-10 15:32:21 +0000 |
commit | 382b4953d7537af363ca7758b211f7521a366c09 (patch) | |
tree | 529da236711512693989e1813ca8c38654cb06db /community | |
parent | 4b66b2796b1d073096d167a02b7e89760ae137ea (diff) | |
download | aports-382b4953d7537af363ca7758b211f7521a366c09.tar.bz2 aports-382b4953d7537af363ca7758b211f7521a366c09.tar.xz |
community/neovim: Disable build on ppc64le
neovim grab an upstream luajit during the compilation process.
Luajit from upstream still lack ppc64le support, thus, disabling
this package for a while.
Diffstat (limited to 'community')
-rw-r--r-- | community/neovim/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/neovim/APKBUILD b/community/neovim/APKBUILD index a5b6f56f8d..d171a149ca 100644 --- a/community/neovim/APKBUILD +++ b/community/neovim/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.1.7 pkgrel=0 pkgdesc="Vim-fork focused on extensibility and agility" url="https://neovim.io" -arch="all" +arch="all !ppc64le" license="ASL-2.0 custom" depends="" makedepends="cmake gettext-dev gperf libtermkey-dev libuv-dev libvterm-dev |