aboutsummaryrefslogtreecommitdiffstats
path: root/community/neovim
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-02 03:04:53 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-02 03:24:31 -0300
commitcd894feeb3caef9e9eeeaa8783d2eaf3891ca836 (patch)
treed20b82e99b7491fd9e1960b8f51a7d40309873d4 /community/neovim
parent7135b8b78e79348027b4ae94224752c0c55ce436 (diff)
downloadaports-cd894feeb3caef9e9eeeaa8783d2eaf3891ca836.tar.bz2
aports-cd894feeb3caef9e9eeeaa8783d2eaf3891ca836.tar.xz
community/neovim: enable on s390x
Diffstat (limited to 'community/neovim')
-rw-r--r--community/neovim/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/neovim/APKBUILD b/community/neovim/APKBUILD
index 9bbcf7b7a4..4122836ce5 100644
--- a/community/neovim/APKBUILD
+++ b/community/neovim/APKBUILD
@@ -17,7 +17,7 @@ pkgver=0.4.3
pkgrel=1
pkgdesc="Vim-fork focused on extensibility and agility"
url="https://neovim.io"
-arch="all !s390x" # s390x: needs luajit
+arch="all"
license="Apache-2.0 custom"
makedepends="cmake gettext-dev gperf libtermkey-dev libuv-dev libvterm-dev
lua5.1-lpeg lua5.1-mpack msgpack-c-dev unibilium-dev libluv-dev"