From b8adf9b050813b9efa1ec01066e269de9947f43f Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 23 Nov 2017 20:58:51 +0000 Subject: community/minetest: enable on aarch64 should be fixed with db90c77b894d97430058db29c54ee281b2b44e3a --- community/minetest/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/minetest/APKBUILD b/community/minetest/APKBUILD index c8ac24f253..2125b372c0 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 !aarch64" # FIXME: linking fails on aarch64 +arch="all !s390x" install="$pkgname-server.pre-install" license="LGPL2.1 CCBY-SA3.0" depends="$pkgname-common" -- cgit v1.2.3