aboutsummaryrefslogtreecommitdiffstats
path: root/main/luajit
diff options
context:
space:
mode:
authorTuan M. Hoang <tmhoang@flatglobe.org>2017-03-17 07:02:54 -0400
committerTimo Teräs <timo.teras@iki.fi>2017-03-20 08:45:45 +0000
commita93ff9b554416d22da40b92e54340f8a708f1857 (patch)
tree74366f15f58564c93f1594434b8f03c8e2593eb0 /main/luajit
parente55a3341551ffb590316228ddb8e7721ea768c6e (diff)
downloadaports-a93ff9b554416d22da40b92e54340f8a708f1857.tar.bz2
aports-a93ff9b554416d22da40b92e54340f8a708f1857.tar.xz
main/luajit, lua-turbo: s390x does not support jit yet
Diffstat (limited to 'main/luajit')
-rw-r--r--main/luajit/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/luajit/APKBUILD b/main/luajit/APKBUILD
index 87affb348b..d6bb7957fc 100644
--- a/main/luajit/APKBUILD
+++ b/main/luajit/APKBUILD
@@ -7,7 +7,7 @@ _realver=${pkgver/_/-}
pkgrel=0
pkgdesc='Just-in-time compiler and replacement for Lua 5.1 '
url='http://luajit.org'
-arch="all"
+arch="all !s390x"
license="MIT"
makedepends="$depends_dev paxmark"
subpackages="$pkgname-dev $pkgname-doc"