diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-30 12:19:53 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-30 12:32:42 +0200 |
commit | b68a3a2ac6005deb31efcee57bf738b0c8ca0806 (patch) | |
tree | add3aeb59c5b17dd85846f8e10247406ccaf3523 /main/lua-turbo | |
parent | 2eef7be4220b4c8e8bdfe7b8cbe772e4555066ad (diff) | |
download | aports-b68a3a2ac6005deb31efcee57bf738b0c8ca0806.tar.bz2 aports-b68a3a2ac6005deb31efcee57bf738b0c8ca0806.tar.xz |
main/lua-turbo: add note about disabling selected arches
Diffstat (limited to 'main/lua-turbo')
-rw-r--r-- | main/lua-turbo/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/lua-turbo/APKBUILD b/main/lua-turbo/APKBUILD index d9a780bf64..b3204cc891 100644 --- a/main/lua-turbo/APKBUILD +++ b/main/lua-turbo/APKBUILD @@ -7,6 +7,7 @@ pkgver=2.0.4 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" license="GPL" depends="luajit" |