diff options
Diffstat (limited to 'main/lua-turbo/APKBUILD')
-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 b3204cc891..24022b9890 100644 --- a/main/lua-turbo/APKBUILD +++ b/main/lua-turbo/APKBUILD @@ -8,7 +8,7 @@ pkgrel=3 pkgdesc="a framework built for LuaJIT 2 and Linux" url="http://www.turbolua.org/" # luajit is not available for disabled arches -arch="all !s390x !ppc64le" +arch="all !s390x" license="GPL" depends="luajit" depends_dev="" |