diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 03:00:26 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 03:00:26 +0000 |
commit | e917a581270f696a0827eba215a49f84e9bb3990 (patch) | |
tree | 843ac64bb076814a6a5c14936cf7ca391c6a725b | |
parent | aefb46e451a23a7d60fb6304b6e34d37928b4ac4 (diff) |
community/deja-dup: disable on mips
-rw-r--r-- | community/deja-dup/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/deja-dup/APKBUILD b/community/deja-dup/APKBUILD index a9f9f2d1d12..9b8c8821f50 100644 --- a/community/deja-dup/APKBUILD +++ b/community/deja-dup/APKBUILD @@ -5,7 +5,7 @@ pkgver=40.6 pkgrel=2 pkgdesc="Simple backup tool for GNOME" url="https://wiki.gnome.org/Apps/DejaDup" -arch="all !s390x" # Nautilus +arch="all !s390x !mips !mips64" # Nautilus license="GPL-3.0-or-later" depends="dbus:org.freedesktop.Secrets" makedepends="meson gtk+3.0-dev gnome-online-accounts-dev json-glib-dev |