diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-12 09:19:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-12 09:20:52 +0000 |
commit | caf3330494c0813503bebd552abbf3c79b81b2cd (patch) | |
tree | 43fe81c9a75dd8cbd3c46327e42f3188ad8e8b97 /testing/fs-uae | |
parent | e2dd173bdff03e96bca9acba5a314f1bde5ad8f9 (diff) | |
download | aports-caf3330494c0813503bebd552abbf3c79b81b2cd.zip |
testing/{rythmbox,fs-uae*}: disable on s390x
Diffstat (limited to 'testing/fs-uae')
-rw-r--r-- | testing/fs-uae/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fs-uae/APKBUILD b/testing/fs-uae/APKBUILD index 03e4f1f4233..275cd035226 100644 --- a/testing/fs-uae/APKBUILD +++ b/testing/fs-uae/APKBUILD @@ -6,7 +6,7 @@ pkgver=2.8.4 pkgrel=1 pkgdesc="Amiga emulator." url="https://fs-uae.net/" -arch="all !armhf !aarch64" # --enable-jit not supported for these arches +arch="all !armhf !aarch64 !s390x" # --enable-jit not supported for these arches license="GPL-2.0-only" makedepends="zip clang-dev sdl2-dev libpng-dev libx11-dev libxi-dev openal-soft-dev linux-headers libmpeg2-dev glib-dev" subpackages="$pkgname-lang" |