aboutsummaryrefslogtreecommitdiffstats
path: root/community/minetest
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-03-30 07:28:09 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-03-30 07:28:09 +0000
commit984d441431efaa83c60bad5ff6da94be720a19ee (patch)
tree08a6ce375d373d3b836eafcbe8dd4f37981c9a59 /community/minetest
parent01b20d2f8fb74c6110bb549ebed999c94726537d (diff)
downloadaports-984d441431efaa83c60bad5ff6da94be720a19ee.tar.bz2
aports-984d441431efaa83c60bad5ff6da94be720a19ee.tar.xz
community/minetest: disable on arches where luajit is not avail
Diffstat (limited to 'community/minetest')
-rw-r--r--community/minetest/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/minetest/APKBUILD b/community/minetest/APKBUILD
index 1192274a5a..ba56d19ddb 100644
--- a/community/minetest/APKBUILD
+++ b/community/minetest/APKBUILD
@@ -2,10 +2,10 @@
# Maintainer:
pkgname=minetest
pkgver=0.4.14
-pkgrel=1
+pkgrel=2
pkgdesc="An infinite-world block sandbox game and a game engine"
url="http://minetest.net/"
-arch="all"
+arch="all !s390x !ppc64le"
install="$pkgname-server.pre-install"
license="LGPL2.1 CCBY-SA3.0"
depends="$pkgname-common"