aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libretro-parallel-n64
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-13 20:47:14 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-13 20:47:38 +0000
commit9b7db63898063202222d8a740fa43de99efbff69 (patch)
treec33cd31f7dac80ee2af926f1997de553d61c39fa /testing/libretro-parallel-n64
parent5df638ef6248709993f9dab53a9451f0c8554564 (diff)
downloadaports-9b7db63898063202222d8a740fa43de99efbff69.tar.bz2
aports-9b7db63898063202222d8a740fa43de99efbff69.tar.xz
testing/libretro-parallel-n64: disable on mips
Diffstat (limited to 'testing/libretro-parallel-n64')
-rw-r--r--testing/libretro-parallel-n64/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libretro-parallel-n64/APKBUILD b/testing/libretro-parallel-n64/APKBUILD
index 24a4269aac..8e2ce70164 100644
--- a/testing/libretro-parallel-n64/APKBUILD
+++ b/testing/libretro-parallel-n64/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
_commit="54681c22f754695dea02dcf9f6974f68d25604fe"
pkgdesc="optimized/rewritten Nintendo 64 emulator made specifically for Libretro"
url="https://github.com/libretro/parallel-n64"
-arch="all !aarch64 !armv7 !armhf !ppc64le !s390x"
+arch="all !aarch64 !armv7 !armhf !ppc64le !s390x !mips !mips64"
license="GPL-2.0-only"
makedepends="mesa-dev"
source="$pkgname-$_commit.tar.gz::https://github.com/libretro/parallel-n64/archive/$_commit.tar.gz"