Gentoo Archives: gentoo-commits

From: Alexys Jacob <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb/
Date: Mon, 28 Dec 2015 17:28:43
Message-Id: 1451323704.0fa4b0588f2295f5d9235622cf191eb1c9858af6.ultrabug@gentoo
1 commit: 0fa4b0588f2295f5d9235622cf191eb1c9858af6
2 Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 28 17:28:24 2015 +0000
4 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 17:28:24 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa4b058
7
8 dev-db/mongodb: 3.2.0 scons build fix #568322 #569950
9
10 Package-Manager: portage-2.2.25
11
12 dev-db/mongodb/mongodb-3.2.0.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/dev-db/mongodb/mongodb-3.2.0.ebuild b/dev-db/mongodb/mongodb-3.2.0.ebuild
16 index ab7952d..c8836f7 100644
17 --- a/dev-db/mongodb/mongodb-3.2.0.ebuild
18 +++ b/dev-db/mongodb/mongodb-3.2.0.ebuild
19 @@ -64,7 +64,6 @@ pkg_setup() {
20 # --use-system-tcmalloc is strongly NOT recommended:
21 # https://www.mongodb.org/about/contributors/tutorial/build-mongodb-from-source/
22
23 - scons_opts="--variant-dir=build --cc=$(tc-getCC) --cxx=$(tc-getCXX)"
24 scons_opts+=" --disable-warnings-as-errors"
25 scons_opts+=" --use-system-boost"
26 scons_opts+=" --use-system-pcre"