diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-30 12:24:23 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-30 12:32:43 +0200 |
commit | 0a947ac60a3d4040a0aa3136bdd1d264875b3d92 (patch) | |
tree | 020cc7b2fcc252014fab697737968649f40c4325 /community | |
parent | 9e6e097ad1d72873fd4de0fd2e9deafd15beb3e9 (diff) | |
download | aports-0a947ac60a3d4040a0aa3136bdd1d264875b3d92.tar.bz2 aports-0a947ac60a3d4040a0aa3136bdd1d264875b3d92.tar.xz |
community/minetest: add note about disabling selected arches
Diffstat (limited to 'community')
-rw-r--r-- | community/minetest/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/minetest/APKBUILD b/community/minetest/APKBUILD index ba56d19ddb..17efc3f86f 100644 --- a/community/minetest/APKBUILD +++ b/community/minetest/APKBUILD @@ -5,6 +5,7 @@ pkgver=0.4.14 pkgrel=2 pkgdesc="An infinite-world block sandbox game and a game engine" url="http://minetest.net/" +# luajit is not available for disabled arches arch="all !s390x !ppc64le" install="$pkgname-server.pre-install" license="LGPL2.1 CCBY-SA3.0" |