aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-10-04 10:09:08 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-10-04 10:19:27 +0000
commitabd0d09c5fadee37c24a23dfb29e71014aa6d877 (patch)
treeb0c4afc03606f0464f70ffa8e731cf517977d1c3 /community
parentc32d581adbe51f0cd6c208e19d4686e8ace86fba (diff)
community/audacious*: disable on s390x
check fails. reported upstream: https://redmine.audacious-media-player.org/issues/833
Diffstat (limited to 'community')
-rw-r--r--community/audacious-plugins/APKBUILD2
-rw-r--r--community/audacious/APKBUILD2
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"