diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-27 20:47:47 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-27 20:47:47 -0300 |
commit | 636b350995000098ae15d619136dc89c4140262c (patch) | |
tree | 12ebf30f35766d8a85940d3417f3f8e162a085cc /testing/pam-u2f | |
parent | 79f25d2213e03a83cd25f0d621851b3f0c211ac9 (diff) | |
download | aports-636b350995000098ae15d619136dc89c4140262c.tar.bz2 aports-636b350995000098ae15d619136dc89c4140262c.tar.xz |
testing/pam-u2f: disable on s390x
Diffstat (limited to 'testing/pam-u2f')
-rw-r--r-- | testing/pam-u2f/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pam-u2f/APKBUILD b/testing/pam-u2f/APKBUILD index 278e9879fd..5f7ccebd7a 100644 --- a/testing/pam-u2f/APKBUILD +++ b/testing/pam-u2f/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.0.8 pkgrel=0 pkgdesc="Pluggable Authentication Module (PAM) for U2F" url="https://developers.yubico.com/pam-u2f/" -arch="all" +arch="all !s390x" # Limited by libu2f-server-dev license="BSD-2-Clause" makedepends="libu2f-server-dev libu2f-host-dev linux-pam-dev" options="!check" # need yubikey plugged in on live machine |