diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-02-06 17:04:44 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-02-06 17:16:05 +0100 |
commit | 9cce3179beb1d14edde2af712f295562481e41dd (patch) | |
tree | 35114933c49f6988f6250789c2459bc3b91e4cf6 /dev-ml/mongo/files | |
parent | 3fc68d2793c4c4a2381226bdd9548874fb272f7c (diff) | |
download | gentoo-9cce3179beb1d14edde2af712f295562481e41dd.tar.gz gentoo-9cce3179beb1d14edde2af712f295562481e41dd.tar.xz |
dev-ml/mongo: initial import; ebuild by me
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/mongo/files')
-rw-r--r-- | dev-ml/mongo/files/noinstalltest.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-ml/mongo/files/noinstalltest.patch b/dev-ml/mongo/files/noinstalltest.patch new file mode 100644 index 00000000000..4166a70fdb4 --- /dev/null +++ b/dev-ml/mongo/files/noinstalltest.patch @@ -0,0 +1,9 @@ +Index: mongo-0.67.2/_oasis +=================================================================== +--- mongo-0.67.2.orig/_oasis ++++ mongo-0.67.2/_oasis +@@ -51,3 +51,4 @@ Executable test + BuildTools: ocamlbuild + BuildDepends: unix, mongo, bson + CompiledObject: native ++ Install: false |