aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-12-06 13:25:49 +0100
committerRasmus Thomsen <oss@cogitri.dev>2019-12-06 13:25:49 +0100
commitf89bb4c97b80be175ceda607e7000048f3898787 (patch)
tree72b29587bead907fc19284d8ff6fc90ad7b1d8f1 /community
parente1cee8c617014a87befbb57bdb988757ed168875 (diff)
downloadaports-f89bb4c97b80be175ceda607e7000048f3898787.tar.bz2
aports-f89bb4c97b80be175ceda607e7000048f3898787.tar.xz
community/py3-argon2-cffi: disable on s390x
https://build.alpinelinux.org/buildlogs/build-3-11-s390x/community/py3-argon2-cffi/py3-argon2-cffi-19.2.0-r0.log
Diffstat (limited to 'community')
-rw-r--r--community/py3-argon2-cffi/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-argon2-cffi/APKBUILD b/community/py3-argon2-cffi/APKBUILD
index 2d51249fe5..c7b3c7cae4 100644
--- a/community/py3-argon2-cffi/APKBUILD
+++ b/community/py3-argon2-cffi/APKBUILD
@@ -5,7 +5,7 @@ pkgver=19.2.0
pkgrel=0
pkgdesc="The secure Argon2 password hashing algorithm"
url="https://argon2-cffi.readthedocs.io/en/stable/"
-arch="all"
+arch="all !s390x" # Fails to build
license="MIT"
depends="python3"
makedepends="argon2-dev python3-dev py3-setuptools libffi-dev"