aboutsummaryrefslogtreecommitdiffstats
path: root/testing/luakit
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-15 13:43:23 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-15 13:43:23 +0000
commit2f13918a9b7450c9002405916a8d8c15c849a39b (patch)
tree7ac41bdbb50a9ddefac7d2c8aadcdbbbb534719c /testing/luakit
parent37c852cf8e6af84facdc44623f37be354da85b83 (diff)
downloadaports-2f13918a9b7450c9002405916a8d8c15c849a39b.tar.bz2
aports-2f13918a9b7450c9002405916a8d8c15c849a39b.tar.xz
testing/luakit: disable on mips
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 e06481b284..573552ac0b 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 !ppc64le" # luajit is missing for s390x, build fails on x86, tests hangs on ppc64le
+arch="all !s390x !x86 !ppc64le !mips !mips64" # 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"