From 274b5006188593a86bf6116049f30e9686f18cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= <soeren+git@soeren-tempel.net> Date: Sat, 24 Jul 2021 15:08:42 +0200 Subject: [PATCH] testing/libretro-blastem: disable on riscv64 Not supported by upstream it seems. --- testing/libretro-blastem/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/libretro-blastem/APKBUILD b/testing/libretro-blastem/APKBUILD index cf4689aa7733..bea89a8e3556 100644 --- a/testing/libretro-blastem/APKBUILD +++ b/testing/libretro-blastem/APKBUILD @@ -6,7 +6,7 @@ pkgrel=1 _commit="e70b05bf5b5954140cba227fc996ab24c064d494" pkgdesc="fast and accurate Genesis emulator" url="https://github.com/libretro/blastem" -arch="all !aarch64 !armv7 !armhf !x86 !mips !mips64" +arch="all !aarch64 !armv7 !armhf !x86 !mips !mips64 !riscv64" license="GPL-3.0-only" makedepends="mesa-dev zlib-dev" source="$pkgname-$_commit.tar.gz::https://github.com/libretro/blastem/archive/$_commit.tar.gz -- GitLab