aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 04:05:40 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 04:05:40 +0000
commit0d6ac8e71b86fa2d598922a7ebe9a720f39bf69d (patch)
tree1b2a0d8ece3450f0458c468201ab93bec08ba023
parent308b1d85b66cacf40f0b88abdad46962735309ac (diff)
downloadaports-0d6ac8e71b86fa2d598922a7ebe9a720f39bf69d.tar.bz2
aports-0d6ac8e71b86fa2d598922a7ebe9a720f39bf69d.tar.xz
community/gnome-authenticator: disable on mips
-rw-r--r--community/gnome-authenticator/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-authenticator/APKBUILD b/community/gnome-authenticator/APKBUILD
index 3eeb92307b..8128652dca 100644
--- a/community/gnome-authenticator/APKBUILD
+++ b/community/gnome-authenticator/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.32.2
pkgrel=6
pkgdesc="A Two-Factor Authentication application"
url="https://gitlab.gnome.org/World/Authenticator"
-arch="all !s390x" # missing libhandy on s390x
+arch="all !s390x !mips !mips64" # missing libhandy on s390x
license="GPL-3.0-only"
depends="python3 py3-otp py3-beautifulsoup4 py3-pillow py3-pyfavicon py3-pyzbar
py3-yoyo-migrations libhandy py3-setuptools"