diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-08 14:46:57 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-08 14:46:57 +0000 |
commit | 252a5c7229514193b59c512bffed1291bc84f1b5 (patch) | |
tree | 442ae4a9770d507fe5db07c8b7a738d30eaa30d0 /community/mongodb | |
parent | 2fdc8bcc6549290b131675ef42d52243c37f3879 (diff) | |
download | aports-252a5c7229514193b59c512bffed1291bc84f1b5.tar.bz2 aports-252a5c7229514193b59c512bffed1291bc84f1b5.tar.xz |
community/mongodb: enable build on ppc64le
Diffstat (limited to 'community/mongodb')
-rw-r--r-- | community/mongodb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mongodb/APKBUILD b/community/mongodb/APKBUILD index 6d0ced1ddb..24acb50fe8 100644 --- a/community/mongodb/APKBUILD +++ b/community/mongodb/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.6.5 pkgrel=0 pkgdesc='A high-performance, open source, schema-free document-oriented database' url='http://www.mongodb.org' -arch='x86_64' +arch='x86_64 ppc64le' options="!check" # out of disk space (>35GB) license='AGPL3' pkgusers="mongodb" |