diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-01 13:43:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-01 13:43:14 +0000 |
commit | d75d037d7f4d5ed6a6608a71c941a4665531e4a9 (patch) | |
tree | 29716f60aef4427d8fae20e91ccafe76a59799d8 /testing/ejson | |
parent | dd5f4b5b4307ba6f40b828ccd9b9ac21ab9d4c48 (diff) | |
download | aports-d75d037d7f4d5ed6a6608a71c941a4665531e4a9.tar.bz2 aports-d75d037d7f4d5ed6a6608a71c941a4665531e4a9.tar.xz |
testing/ejson: disable on s390x
Diffstat (limited to 'testing/ejson')
-rw-r--r-- | testing/ejson/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ejson/APKBUILD b/testing/ejson/APKBUILD index e396b00819..87dec35762 100644 --- a/testing/ejson/APKBUILD +++ b/testing/ejson/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.0.2 pkgrel=1 pkgdesc="EJSON is a small library to manage encrypted secrets using asymmetric encryption." url="https://github.com/Shopify/ejson" -arch="all" +arch="all !s390x" license="MIT" depends="" depends_dev="" |