aboutsummaryrefslogtreecommitdiffstats
path: root/testing/luakit
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-02-09 19:56:14 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-02-10 15:07:38 +0000
commitcf18db4f40a11f79cb7fed54050ae75953f5d088 (patch)
tree574681e9943eaed2a621336074b61985bff1a6c8 /testing/luakit
parentd73d867f440416092f9775a407bf2165b467f660 (diff)
downloadaports-cf18db4f40a11f79cb7fed54050ae75953f5d088.tar.bz2
aports-cf18db4f40a11f79cb7fed54050ae75953f5d088.tar.xz
testing/luakit: disable on s390x due to luajit
Diffstat (limited to 'testing/luakit')
-rw-r--r--testing/luakit/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/luakit/APKBUILD b/testing/luakit/APKBUILD
index a44946d6d4..44af1560a2 100644
--- a/testing/luakit/APKBUILD
+++ b/testing/luakit/APKBUILD
@@ -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=""