testing/luakit: disable on s390x due to luajit

This commit is contained in:
Natanael Copa 2018-02-09 19:56:14 +00:00
parent d73d867f44
commit cf18db4f40

View File

@ -5,7 +5,7 @@ pkgver=2017.08.10
pkgrel=2
pkgdesc="Fast, small, webkit based browser framework extensible by Lua"
url="https://github.com/luakit/luakit"
arch="all"
arch="all !s390x" # luajit is missing for s390x
license="GPL-3.0"
depends="lua5.1-filesystem lua5.1-luassert"
depends_dev=""