diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-02 03:14:22 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-02 03:24:46 -0300 |
commit | d83f0a350d7e74f4548b22124799ee569ba78fff (patch) | |
tree | a385950e0104c48d0a63774c5f3bef45bb311c19 /community | |
parent | 8c008b292dae94faa66587de693c6c2c2a9c5a5e (diff) | |
download | aports-d83f0a350d7e74f4548b22124799ee569ba78fff.tar.bz2 aports-d83f0a350d7e74f4548b22124799ee569ba78fff.tar.xz |
community/minetest: enable on s390x
Diffstat (limited to 'community')
-rw-r--r-- | community/minetest/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/minetest/APKBUILD b/community/minetest/APKBUILD index d792f19d02..dcefb71afb 100644 --- a/community/minetest/APKBUILD +++ b/community/minetest/APKBUILD @@ -5,8 +5,7 @@ pkgver=5.1.1 pkgrel=0 pkgdesc="An infinite-world block sandbox game and a game engine" url="http://www.minetest.net/" -# luajit is not available for disabled arches -arch="all !s390x" +arch="all" license="LGPL-2.1-or-later AND CC-BY-SA-3.0" pkgusers="minetest" pkggroups="minetest" |