diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-12-06 12:13:03 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-12-06 12:13:03 +0100 |
commit | d8e39ae0c94d3321ab322dffcc0be1ccd8037d30 (patch) | |
tree | c5784d0da60e2448629e6c1d17c110656ad58c40 | |
parent | 1d2d24ae87d79d47a38874aacec503b94eee868d (diff) | |
download | aports-d8e39ae0c94d3321ab322dffcc0be1ccd8037d30.tar.bz2 aports-d8e39ae0c94d3321ab322dffcc0be1ccd8037d30.tar.xz |
community/gnome-authenticator: disable on s390x
libhandy is missing on s390x
-rw-r--r-- | community/gnome-authenticator/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-authenticator/APKBUILD b/community/gnome-authenticator/APKBUILD index c2181c63ab..58e2f5c652 100644 --- a/community/gnome-authenticator/APKBUILD +++ b/community/gnome-authenticator/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.32.2 pkgrel=3 pkgdesc="A Two-Factor Authentication application" url="https://gitlab.gnome.org/World/Authenticator" -arch="noarch" +arch="all !s390x" # 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" |