diff options
author | Tuan M. Hoang <tmhoang@flatglobe.org> | 2017-03-17 07:02:54 -0400 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-03-20 08:45:45 +0000 |
commit | a93ff9b554416d22da40b92e54340f8a708f1857 (patch) | |
tree | 74366f15f58564c93f1594434b8f03c8e2593eb0 /main/lua-turbo | |
parent | e55a3341551ffb590316228ddb8e7721ea768c6e (diff) | |
download | aports-a93ff9b554416d22da40b92e54340f8a708f1857.tar.bz2 aports-a93ff9b554416d22da40b92e54340f8a708f1857.tar.xz |
main/luajit, lua-turbo: s390x does not support jit yet
Diffstat (limited to 'main/lua-turbo')
-rw-r--r-- | main/lua-turbo/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lua-turbo/APKBUILD b/main/lua-turbo/APKBUILD index 08c9c3e669..3fb3df7ca6 100644 --- a/main/lua-turbo/APKBUILD +++ b/main/lua-turbo/APKBUILD @@ -7,7 +7,7 @@ pkgver=2.0.4 pkgrel=2 pkgdesc="a framework built for LuaJIT 2 and Linux" url="http://www.turbolua.org/" -arch="all" +arch="all !s390x" license="GPL" depends="luajit" depends_dev="" |