aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 00:47:09 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 00:47:09 +0000
commit524ce593e2a1f202ead88bccf8333d5092a829ed (patch)
treedc34737a942e807e4afd7dd20732f6c89f67d249
parentf8066b70af4e60029be4c264100a69861549e7f5 (diff)
community/gnome-passwordsafe: disable on mips
-rw-r--r--community/gnome-passwordsafe/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-passwordsafe/APKBUILD b/community/gnome-passwordsafe/APKBUILD
index 08d81ec521f..772254e0ceb 100644
--- a/community/gnome-passwordsafe/APKBUILD
+++ b/community/gnome-passwordsafe/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.32.0
pkgrel=3
pkgdesc="A password manager for GNOME"
url="https://gitlab.gnome.org/World/PasswordSafe"
-arch="noarch !s390x" # Limited by py3-keepass
+arch="noarch !s390x !mips !mips64" # Limited by py3-keepass
license="GPL-3.0-only"
depends="python3 py3-keepass libhandy py3-libpwquality py3-gobject3"
makedepends="meson gtk+3.0-dev libhandy-dev libpwquality-dev gobject-introspection-dev"