aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-11-23 20:58:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-11-23 20:58:51 +0000
commitb8adf9b050813b9efa1ec01066e269de9947f43f (patch)
treeaca586ab18243f2ac2edc2258c37e7ccd0cd343f
parentdb90c77b894d97430058db29c54ee281b2b44e3a (diff)
downloadalpine_aports-b8adf9b050813b9efa1ec01066e269de9947f43f.tar.bz2
alpine_aports-b8adf9b050813b9efa1ec01066e269de9947f43f.tar.xz
alpine_aports-b8adf9b050813b9efa1ec01066e269de9947f43f.zip
community/minetest: enable on aarch64
should be fixed with db90c77b894d97430058db29c54ee281b2b44e3a
-rw-r--r--community/minetest/APKBUILD2
1 files changed, 1 insertions, 1 deletions
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
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 !aarch64" # FIXME: linking fails on aarch64 9arch="all !s390x"
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"