aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-11-23 20:26:48 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-11-23 20:34:13 +0000
commita5c1f16f389120e9d80dd8f116784318d2e317b4 (patch)
tree104e78d44b0caaccf23be80c5fbb78c4cc1de968
parent4e673f071e6af1cae6ab45e0dbf3a3f982259ae5 (diff)
downloadalpine_aports-a5c1f16f389120e9d80dd8f116784318d2e317b4.tar.bz2
alpine_aports-a5c1f16f389120e9d80dd8f116784318d2e317b4.tar.xz
alpine_aports-a5c1f16f389120e9d80dd8f116784318d2e317b4.zip
community/minetest: disable on aarch64
-rw-r--r--community/minetest/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/minetest/APKBUILD b/community/minetest/APKBUILD
index 2125b372c0..c8ac24f253 100644
--- a/community/minetest/APKBUILD
+++ b/community/minetest/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
6pkgdesc="An infinite-world block sandbox game and a game engine" 6pkgdesc="An infinite-world block sandbox game and a game engine"
7url="http://minetest.net/" 7url="http://minetest.net/"
8# luajit is not available for disabled arches 8# luajit is not available for disabled arches
9arch="all !s390x" 9arch="all !s390x !aarch64" # FIXME: linking fails on aarch64
10install="$pkgname-server.pre-install" 10install="$pkgname-server.pre-install"
11license="LGPL2.1 CCBY-SA3.0" 11license="LGPL2.1 CCBY-SA3.0"
12depends="$pkgname-common" 12depends="$pkgname-common"