aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/lzbench/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lzbench/APKBUILD b/testing/lzbench/APKBUILD
index 50cb65aee9f..8139017f9b3 100644
--- a/testing/lzbench/APKBUILD
+++ b/testing/lzbench/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.7.3
pkgrel=0
pkgdesc="lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors"
url="https://github.com/inikep/lzbench"
-arch="all !x86"
+arch="all !x86 !s390x"
license="GPL zlib MIT Unlicense BSD Apache-2.0 CDDL CC0 custom"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/inikep/lzbench/archive/v$pkgver.tar.gz"