diff options
-rw-r--r-- | testing/fs-uae-launcher/APKBUILD | 2 | ||||
-rw-r--r-- | testing/fs-uae/APKBUILD | 2 | ||||
-rw-r--r-- | testing/rhythmbox/APKBUILD | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/testing/fs-uae-launcher/APKBUILD b/testing/fs-uae-launcher/APKBUILD index 208098fb1e..dd2ec9f158 100644 --- a/testing/fs-uae-launcher/APKBUILD +++ b/testing/fs-uae-launcher/APKBUILD @@ -4,7 +4,7 @@ pkgver=2.8.4 pkgrel=0 pkgdesc="FS-UAE emulator launcher." url="https://fs-uae.net/launcher" -arch="noarch !armhf !aarch64" # fs-uae not avail +arch="noarch !armhf !aarch64 !s390x" # fs-uae not avail license="GPL-2.0-only" depends="fs-uae~$pkgver py3-qt5" makedepends="py3-setuptools gettext" diff --git a/testing/fs-uae/APKBUILD b/testing/fs-uae/APKBUILD index 03e4f1f423..275cd03522 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" diff --git a/testing/rhythmbox/APKBUILD b/testing/rhythmbox/APKBUILD index b0e4b950c1..f1bb79ffe8 100644 --- a/testing/rhythmbox/APKBUILD +++ b/testing/rhythmbox/APKBUILD @@ -4,7 +4,7 @@ pkgver=3.4.2 pkgrel=0 pkgdesc="GNOME audio player" url="http://wiki.gnome.org/Apps/Rhythmbox" -arch="all" +arch="all !s390x"" license="GPL" depends="py3-gobject3" depends_dev="gnome-desktop-dev gstreamer-dev libpeas-dev" |