diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-08 12:54:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-08 12:54:59 +0000 |
commit | 76210c5705eabbe85c64c1485072df7880a025dc (patch) | |
tree | 3543bf9da686a11877b1f0cc24f63b14c9625294 /testing | |
parent | 03cbf567a5943e07eb54571c44ea4f2273c7fd0a (diff) | |
download | aports-76210c5705eabbe85c64c1485072df7880a025dc.tar.bz2 aports-76210c5705eabbe85c64c1485072df7880a025dc.tar.xz |
testing/mongodb: dsiable. does not build at all with latest boost
Diffstat (limited to 'testing')
-rw-r--r-- | testing/mongodb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mongodb/APKBUILD b/testing/mongodb/APKBUILD index d014d656f1..acb6a4cc12 100644 --- a/testing/mongodb/APKBUILD +++ b/testing/mongodb/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.4.4 pkgrel=1 pkgdesc="High-performance, schema-free document-oriented database" url="http://www.mongodb.org" -arch="x86" +#arch="x86" license="AGPLv3 and zlib and ASL 2.0" depends="" depends_dev="boost-dev python-dev pcre-dev readline-dev libpcap-dev |