Skip to content
Snippets Groups Projects
Commit f9f6ddae authored by Natanael Copa's avatar Natanael Copa
Browse files

community/minetest-mineclone2: disable ppc64le

due to luajit
parent 780e0680
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ pkgrel=0
pkgdesc="Voxel-based sandbox game for Minetest"
url="https://git.minetest.land/MineClone2/MineClone2"
# riscv64 blocked by luajit -> minetest
arch="noarch !riscv64"
arch="noarch !riscv64 !ppc64le"
license="GPL-3.0-or-later"
depends="minetest-common"
source="$pkgname-$pkgver.tar.gz::https://git.minetest.land/MineClone2/MineClone2/archive/$pkgver.tar.gz"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment