aboutsummaryrefslogtreecommitdiffstats
path: root/community/minetest
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-03-30 12:24:23 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-03-30 12:32:43 +0200
commit0a947ac60a3d4040a0aa3136bdd1d264875b3d92 (patch)
tree020cc7b2fcc252014fab697737968649f40c4325 /community/minetest
parent9e6e097ad1d72873fd4de0fd2e9deafd15beb3e9 (diff)
community/minetest: add note about disabling selected arches
Diffstat (limited to 'community/minetest')
-rw-r--r--community/minetest/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/minetest/APKBUILD b/community/minetest/APKBUILD
index ba56d19ddbd..17efc3f86f1 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"