aboutsummaryrefslogtreecommitdiffstats
path: root/community/zstd
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-07-12 13:21:43 +0300
committerTimo Teräs <timo.teras@iki.fi>2017-07-12 13:22:59 +0300
commit2bae66907ee682bdd69450024edc23fda89d38a8 (patch)
treeaf344c7453b49ee10658aef5bbb1dd75c45e4a5d /community/zstd
parentf9b2ceeda967c070ce643175c3249637094ccf55 (diff)
downloadaports-2bae66907ee682bdd69450024edc23fda89d38a8.tar.bz2
aports-2bae66907ee682bdd69450024edc23fda89d38a8.tar.xz
community/zstd: disable on armhf and ppc64le
armhf: unable to execute tests with "Bus error" ppc64le: test suite fails
Diffstat (limited to 'community/zstd')
-rw-r--r--community/zstd/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/zstd/APKBUILD b/community/zstd/APKBUILD
index af9b91aec6..b0365d6e2f 100644
--- a/community/zstd/APKBUILD
+++ b/community/zstd/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.3.0
pkgrel=0
pkgdesc="Zstandard - Fast real-time compression algorithm"
url="http://www.zstd.net"
-arch="all"
+arch="all !armhf !ppc64le"
license="BSD"
checkdepends="file"
subpackages="$pkgname-dev $pkgname-doc"