From a5c1f16f389120e9d80dd8f116784318d2e317b4 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 23 Nov 2017 20:26:48 +0000 Subject: community/minetest: disable on aarch64 --- community/minetest/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/minetest/APKBUILD b/community/minetest/APKBUILD index 2125b372c03..c8ac24f2539 100644 --- a/community/minetest/APKBUILD +++ b/community/minetest/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 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" +arch="all !s390x !aarch64" # FIXME: linking fails on aarch64 install="$pkgname-server.pre-install" license="LGPL2.1 CCBY-SA3.0" depends="$pkgname-common" -- cgit v1.2.3