aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorTuan M. Hoang <tmhoang@flatglobe.org>2017-05-13 06:34:40 -0400
committerJakub Jirutka <jakub@jirutka.cz>2017-05-13 12:39:47 +0200
commit973372347160f3c7d115f0debf8d3eb5a9fb87c1 (patch)
treeb13983f9d748378b8093d6025673b4fc1a4bac04 /community
parent49c571495e3a7bdecc27f1790e8fc035f579296e (diff)
downloadaports-973372347160f3c7d115f0debf8d3eb5a9fb87c1.tar.bz2
aports-973372347160f3c7d115f0debf8d3eb5a9fb87c1.tar.xz
community/mongodb-tools: disable on s390x
segfault from golang like gitea fix after 3.6
Diffstat (limited to 'community')
-rw-r--r--community/mongodb-tools/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mongodb-tools/APKBUILD b/community/mongodb-tools/APKBUILD
index c494019393..3af4ac1fe7 100644
--- a/community/mongodb-tools/APKBUILD
+++ b/community/mongodb-tools/APKBUILD
@@ -5,7 +5,7 @@ pkgver=r3.4.4
pkgrel=0
pkgdesc="The MongoDB tools provide import, export, and diagnostic capabilities."
url="https://github.com/mongodb/mongo-tools"
-arch="all !aarch64"
+arch="all !aarch64 !s390x"
license="apache"
makedepends="$depends_dev go cyrus-sasl-dev libressl-dev libpcap-dev"
options="!check"