aboutsummaryrefslogtreecommitdiffstats
path: root/testing/luakit/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/luakit/APKBUILD')
-rw-r--r--testing/luakit/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/luakit/APKBUILD b/testing/luakit/APKBUILD
index 825814b4c4d..7c177939ec4 100644
--- a/testing/luakit/APKBUILD
+++ b/testing/luakit/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.1
pkgrel=1
pkgdesc="Fast, small, webkit based browser framework extensible by Lua"
url="https://luakit.github.io/"
-arch="all !s390x" # luajit is missing for s390x
+arch="all !s390x !x86" # luajit is missing for s390x, build fails on x86
license="GPL-3.0-or-later"
depends="gsettings-desktop-schemas lua5.1-filesystem"
makedepends="webkit2gtk-dev luajit-dev"