diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 14:18:01 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 14:18:01 -0300 |
commit | 157eabd9d81ca846ac8f865fbacc0f2fd040721d (patch) | |
tree | 17b3665d8b0c5a6f377dabbf332fe006c2834075 /testing/retroarch | |
parent | c7f9648a8dd2135131b1013a90f2fd483b4e7a2f (diff) | |
download | aports-157eabd9d81ca846ac8f865fbacc0f2fd040721d.tar.bz2 aports-157eabd9d81ca846ac8f865fbacc0f2fd040721d.tar.xz |
testing/retroarch: limit on s390x
Diffstat (limited to 'testing/retroarch')
-rw-r--r-- | testing/retroarch/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/retroarch/APKBUILD b/testing/retroarch/APKBUILD index 82a7a2493d..9a103800bf 100644 --- a/testing/retroarch/APKBUILD +++ b/testing/retroarch/APKBUILD @@ -4,7 +4,7 @@ pkgname=retroarch _pkgname=RetroArch pkgver=1.7.7 pkgrel=0 -arch="all" +arch="all !s390x" # Limited by pulseaudio url="https://www.libretro.com/" pkgdesc="Reference frontend for the libretro API" license="GPL-2.0-only" |