From abd0d09c5fadee37c24a23dfb29e71014aa6d877 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 4 Oct 2018 10:09:08 +0000 Subject: [PATCH] community/audacious*: disable on s390x check fails. reported upstream: https://redmine.audacious-media-player.org/issues/833 --- community/audacious-plugins/APKBUILD | 2 +- community/audacious/APKBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/community/audacious-plugins/APKBUILD b/community/audacious-plugins/APKBUILD index 4f091aec82b..84499684023 100644 --- a/community/audacious-plugins/APKBUILD +++ b/community/audacious-plugins/APKBUILD @@ -6,7 +6,7 @@ pkgver=3.10 pkgrel=0 pkgdesc="A playlist-oriented media player with multiple interfaces (plugins)" url="http://audacious-media-player.org/" -arch="all" +arch="all !s390x" license="ISC" depends="audacious" install_if="audacious=$pkgver" diff --git a/community/audacious/APKBUILD b/community/audacious/APKBUILD index 2c4243fdb54..e73701cba9f 100644 --- a/community/audacious/APKBUILD +++ b/community/audacious/APKBUILD @@ -6,7 +6,7 @@ pkgver=3.10 pkgrel=0 pkgdesc="A playlist-oriented media player with multiple interfaces" url="http://audacious-media-player.org/" -arch="all" +arch="all !s390x" license="ISC" depends_dev="gtk+2.0-dev dbus-glib-dev" makedepends="$depends_dev libguess-dev>=1.2 libxml2-dev autoconf automake"