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 | |
parent | e2dd173bdff03e96bca9acba5a314f1bde5ad8f9 (diff) | |
download | aports-caf3330494c0813503bebd552abbf3c79b81b2cd.tar.bz2 aports-caf3330494c0813503bebd552abbf3c79b81b2cd.tar.xz |
testing/{rythmbox,fs-uae*}: disable on s390x
Diffstat (limited to 'testing')
-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" |