diff options
author | Shiz <hi@shiz.me> | 2017-05-13 00:34:14 +0200 |
---|---|---|
committer | Shiz <hi@shiz.me> | 2017-05-13 00:35:13 +0200 |
commit | d60e00aef81582cecfe2225d50f22eba213a66ce (patch) | |
tree | 74c3de19bc80c0b1b6f07cc348bc4255d66f57ac /community | |
parent | 292903e099c2b7da2e99a43de32cd049e139d6ee (diff) | |
download | aports-d60e00aef81582cecfe2225d50f22eba213a66ce.tar.bz2 aports-d60e00aef81582cecfe2225d50f22eba213a66ce.tar.xz |
community/neovim: disable on s390x
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 e04e5be95a..9f95727c74 100644 --- a/community/neovim/APKBUILD +++ b/community/neovim/APKBUILD @@ -15,7 +15,7 @@ pkgver=0.2.0 pkgrel=0 pkgdesc="Vim-fork focused on extensibility and agility" url="https://neovim.io" -arch="all !ppc64le" +arch="all !ppc64le !s390x" # needs luajit license="ASL-2.0 custom" depends="" makedepends="cmake gettext-dev gperf libtermkey-dev libuv-dev libvterm-dev |