diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-17 11:59:56 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-17 11:59:56 +0000 |
commit | 41654d25df3f4d81aebfcf02d3b681ecbde2d6c5 (patch) | |
tree | 86ac28ab07a33c62d85ab738f8a87ff71db693eb /community/mongodb-tools/APKBUILD | |
parent | bf5f52db4540a8eac95a255c1b9b3c226ae08e49 (diff) | |
download | aports-41654d25df3f4d81aebfcf02d3b681ecbde2d6c5.tar.bz2 aports-41654d25df3f4d81aebfcf02d3b681ecbde2d6c5.tar.xz |
community/mongodb-tools: disable on aarch64
https://github.com/mongodb/mongo-tools/issues/95
Diffstat (limited to 'community/mongodb-tools/APKBUILD')
-rw-r--r-- | community/mongodb-tools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mongodb-tools/APKBUILD b/community/mongodb-tools/APKBUILD index ee6a8d235e..0f8d73ed89 100644 --- a/community/mongodb-tools/APKBUILD +++ b/community/mongodb-tools/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.4.4 pkgrel=2 pkgdesc="The MongoDB tools provide import, export, and diagnostic capabilities." url="https://github.com/mongodb/mongo-tools" -arch="all !s390x" +arch="all !s390x !aarch64" license="apache" makedepends="$depends_dev go cyrus-sasl-dev libressl-dev libpcap-dev" options="!check" |