diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-09-23 02:04:31 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-09-23 02:04:31 +0200 |
commit | 14c8ab18b914e7f63c955ae3eea1c04210789b70 (patch) | |
tree | 66a365dfd6ce35785a71a4446d99deff26495da9 /community/file-roller | |
parent | 090fcfa8a18a61543a3f926c228d86f913de3f68 (diff) | |
download | aports-14c8ab18b914e7f63c955ae3eea1c04210789b70.tar.bz2 aports-14c8ab18b914e7f63c955ae3eea1c04210789b70.tar.xz |
community/file-roller: disable on s390x
is missing nautilus
Diffstat (limited to 'community/file-roller')
-rw-r--r-- | community/file-roller/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/file-roller/APKBUILD b/community/file-roller/APKBUILD index d3b21d9af3..5c4be2db8b 100644 --- a/community/file-roller/APKBUILD +++ b/community/file-roller/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.32.2 pkgrel=0 pkgdesc="File Roller is an archive manager for the GNOME desktop " url="https://wiki.gnome.org/Apps/FileRoller" -arch="all" +arch="all !s390x" license="GPL-2.0-or-later" depends="cpio" makedepends="meson glib-dev gtk+3.0-dev json-glib-dev libnotify-dev libarchive-dev |