diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 00:47:09 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 00:47:09 +0000 |
commit | 524ce593e2a1f202ead88bccf8333d5092a829ed (patch) | |
tree | dc34737a942e807e4afd7dd20732f6c89f67d249 /community/gnome-passwordsafe | |
parent | f8066b70af4e60029be4c264100a69861549e7f5 (diff) | |
download | aports-524ce593e2a1f202ead88bccf8333d5092a829ed.tar.bz2 aports-524ce593e2a1f202ead88bccf8333d5092a829ed.tar.xz |
community/gnome-passwordsafe: disable on mips
Diffstat (limited to 'community/gnome-passwordsafe')
-rw-r--r-- | community/gnome-passwordsafe/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-passwordsafe/APKBUILD b/community/gnome-passwordsafe/APKBUILD index 08d81ec521..772254e0ce 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" |