summaryrefslogtreecommitdiff
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 7c177939ec4..e06481b2840 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 !x86" # luajit is missing for s390x, build fails on x86
+arch="all !s390x !x86 !ppc64le" # luajit is missing for s390x, build fails on x86, tests hangs on ppc64le
license="GPL-3.0-or-later"
depends="gsettings-desktop-schemas lua5.1-filesystem"
makedepends="webkit2gtk-dev luajit-dev"