diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-22 21:11:48 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-22 21:11:48 -0300 |
commit | be34fe10f6ba0cfb9e77ccf6931c006c6611993d (patch) | |
tree | 09c6c895cc68b7d4d4e1cea04299aed6dfa9c7f3 /community/sound-juicer | |
parent | ac27858119c45b1b15e772c6538b29e190c0f4ef (diff) | |
download | aports-be34fe10f6ba0cfb9e77ccf6931c006c6611993d.tar.bz2 aports-be34fe10f6ba0cfb9e77ccf6931c006c6611993d.tar.xz |
community/sound-juicer: disable on s390x
Diffstat (limited to 'community/sound-juicer')
-rw-r--r-- | community/sound-juicer/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sound-juicer/APKBUILD b/community/sound-juicer/APKBUILD index 6d2bde19f2..d289577bbd 100644 --- a/community/sound-juicer/APKBUILD +++ b/community/sound-juicer/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.24.0 pkgrel=0 pkgdesc="Sound Juicer is a CD ripping tool using GTK+ and GStreamer" url="https://wiki.gnome.org/Apps/SoundJuicer" -arch="all" +arch="all !s390x" # Limited by brasero license="GPL-2.0-or-later" depends="iso-codes gsettings-desktop-schemas" makedepends="glib-dev gtk+3.0-dev brasero-dev gstreamer-dev gst-plugins-base-dev |