diff options
author | Shiz <hi@shiz.me> | 2017-05-13 00:42:41 +0200 |
---|---|---|
committer | Shiz <hi@shiz.me> | 2017-05-13 00:42:41 +0200 |
commit | f4c2316568a5c93c54b313ed6d084a45ce2bfd4a (patch) | |
tree | 56b3c405e5495d45b9a88b352c1e20f2706ed331 /community | |
parent | d60e00aef81582cecfe2225d50f22eba213a66ce (diff) | |
download | aports-f4c2316568a5c93c54b313ed6d084a45ce2bfd4a.tar.bz2 aports-f4c2316568a5c93c54b313ed6d084a45ce2bfd4a.tar.xz |
community/neovim: enable on ppc64le
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 9f95727c74..da3552eb05 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 !s390x" # needs luajit +arch="all !s390x" # needs luajit license="ASL-2.0 custom" depends="" makedepends="cmake gettext-dev gperf libtermkey-dev libuv-dev libvterm-dev |