diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-11 11:52:57 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-11 11:52:57 -0300 |
commit | c8c86957f3c2896e9e0ff7fd9976215dce5420e0 (patch) | |
tree | d7dbba0ee42720afb7e93e491efb2c47105cc56e /testing/libretro-beetle-psx/APKBUILD | |
parent | d1b9bd7ca90adcd6e45e9a68bf234f1bc5bfd462 (diff) | |
download | aports-c8c86957f3c2896e9e0ff7fd9976215dce5420e0.tar.bz2 aports-c8c86957f3c2896e9e0ff7fd9976215dce5420e0.tar.xz |
testing/libretro-beetle-psx: disable on s390x
Diffstat (limited to 'testing/libretro-beetle-psx/APKBUILD')
-rw-r--r-- | testing/libretro-beetle-psx/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libretro-beetle-psx/APKBUILD b/testing/libretro-beetle-psx/APKBUILD index 012c3c70a1..00a0a2da9b 100644 --- a/testing/libretro-beetle-psx/APKBUILD +++ b/testing/libretro-beetle-psx/APKBUILD @@ -5,7 +5,7 @@ _pkgname=beetle-psx-libretro pkgver=0_git20190802 pkgrel=0 _commit="7b584a4ce05968482a1e5e3719ba341807f42277" -arch="all" +arch="all !s390x" url="https://github.com/libretro/beetle-psx-libretro" pkgdesc="Standalone port/fork of Mednafen PSX to the Libretro API" license="GPL-2.0-or-later" |