diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-23 20:58:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-23 20:58:51 +0000 |
commit | b8adf9b050813b9efa1ec01066e269de9947f43f (patch) | |
tree | aca586ab18243f2ac2edc2258c37e7ccd0cd343f /community/minetest | |
parent | db90c77b894d97430058db29c54ee281b2b44e3a (diff) | |
download | aports-b8adf9b050813b9efa1ec01066e269de9947f43f.tar.bz2 aports-b8adf9b050813b9efa1ec01066e269de9947f43f.tar.xz |
community/minetest: enable on aarch64
should be fixed with db90c77b894d97430058db29c54ee281b2b44e3a
Diffstat (limited to 'community/minetest')
-rw-r--r-- | community/minetest/APKBUILD | 2 |
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 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" |