diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-03-31 16:09:16 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-03-31 16:09:16 +0000 |
commit | 42d5f0008aa395ae98d6552729fa256517075bb4 (patch) | |
tree | 624edc54b30f753fb29c7c0ab5186a2a88739673 /community/minetest | |
parent | c820a2039106e520d88353f487834af46b6a1c7e (diff) | |
download | aports-42d5f0008aa395ae98d6552729fa256517075bb4.tar.bz2 aports-42d5f0008aa395ae98d6552729fa256517075bb4.tar.xz |
community/minetest: luajit is available on ppc64le now
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 17efc3f86f..e6e1a1f36a 100644 --- a/community/minetest/APKBUILD +++ b/community/minetest/APKBUILD @@ -6,7 +6,7 @@ pkgrel=2 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 !ppc64le" +arch="all !s390x" install="$pkgname-server.pre-install" license="LGPL2.1 CCBY-SA3.0" depends="$pkgname-common" |