diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-05-02 22:40:39 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-05-02 22:41:01 -0300 |
commit | e78faa1ad9d9d4732da04ba693d4e28ed1009f3c (patch) | |
tree | 126e93b17fcc306c74901eadb27f530c4c90632f | |
parent | 71131d1a9748a25eb05a8862e9ba61f622f16022 (diff) |
community/grilo-plugins: disable on s390x
-rw-r--r-- | community/grilo-plugins/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/grilo-plugins/APKBUILD b/community/grilo-plugins/APKBUILD index e0f53dac8af..e7bdddcbac5 100644 --- a/community/grilo-plugins/APKBUILD +++ b/community/grilo-plugins/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.3.11 pkgrel=1 pkgdesc="GNOME media discovery framework plugins" url="https://wiki.gnome.org/Projects/Grilo" -arch="all" +arch="all !s390x" # Missing tracker-miners license="LGPL-2.1-or-later" depends="tracker-miners" makedepends="glib-dev grilo-dev avahi-dev meson gstreamer-dev json-glib-dev |