diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-04 10:09:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-04 10:19:27 +0000 |
commit | abd0d09c5fadee37c24a23dfb29e71014aa6d877 (patch) | |
tree | b0c4afc03606f0464f70ffa8e731cf517977d1c3 /community/audacious | |
parent | c32d581adbe51f0cd6c208e19d4686e8ace86fba (diff) | |
download | aports-abd0d09c5fadee37c24a23dfb29e71014aa6d877.tar.bz2 aports-abd0d09c5fadee37c24a23dfb29e71014aa6d877.tar.xz |
community/audacious*: disable on s390x
check fails.
reported upstream:
https://redmine.audacious-media-player.org/issues/833
Diffstat (limited to 'community/audacious')
-rw-r--r-- | community/audacious/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/audacious/APKBUILD b/community/audacious/APKBUILD index 2c4243fdb5..e73701cba9 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" |