aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2019-02-01 18:53:23 +0200
committerAndy Postnikov <apostnikov@gmail.com>2019-02-01 18:53:45 +0200
commitd12f36a1f00caaf41304fbd5e808e6fdc27743dc (patch)
tree596853b20228bbdf197e800427f28565a68c4315
parent1dd75242af95b7d5267b8ecffc54d5b715c2b2a2 (diff)
downloadaports-d12f36a1f00caaf41304fbd5e808e6fdc27743dc.tar.bz2
aports-d12f36a1f00caaf41304fbd5e808e6fdc27743dc.tar.xz
testing/lzbench: disable for x86
-rw-r--r--testing/lzbench/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lzbench/APKBUILD b/testing/lzbench/APKBUILD
index bbd85dd138..50cb65aee9 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="x86_64 x86"
+arch="all !x86"
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"