From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1DBF31384B4 for ; Mon, 28 Dec 2015 17:28:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41B5E21C003; Mon, 28 Dec 2015 17:28:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E42DE21C003 for ; Mon, 28 Dec 2015 17:28:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F376F33F9D2 for ; Mon, 28 Dec 2015 17:28:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20539C7A for ; Mon, 28 Dec 2015 17:28:37 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1451323704.0fa4b0588f2295f5d9235622cf191eb1c9858af6.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mongodb/mongodb-3.2.0.ebuild X-VCS-Directories: dev-db/mongodb/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: 0fa4b0588f2295f5d9235622cf191eb1c9858af6 X-VCS-Branch: master Date: Mon, 28 Dec 2015 17:28:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e35900b9-7855-49ad-9320-3d5642d5d3bd X-Archives-Hash: 877057ef5c501f8aea739a139b6408b4 commit: 0fa4b0588f2295f5d9235622cf191eb1c9858af6 Author: Ultrabug gentoo org> AuthorDate: Mon Dec 28 17:28:24 2015 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Mon Dec 28 17:28:24 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa4b058 dev-db/mongodb: 3.2.0 scons build fix #568322 #569950 Package-Manager: portage-2.2.25 dev-db/mongodb/mongodb-3.2.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-db/mongodb/mongodb-3.2.0.ebuild b/dev-db/mongodb/mongodb-3.2.0.ebuild index ab7952d..c8836f7 100644 --- a/dev-db/mongodb/mongodb-3.2.0.ebuild +++ b/dev-db/mongodb/mongodb-3.2.0.ebuild @@ -64,7 +64,6 @@ pkg_setup() { # --use-system-tcmalloc is strongly NOT recommended: # https://www.mongodb.org/about/contributors/tutorial/build-mongodb-from-source/ - scons_opts="--variant-dir=build --cc=$(tc-getCC) --cxx=$(tc-getCXX)" scons_opts+=" --disable-warnings-as-errors" scons_opts+=" --use-system-boost" scons_opts+=" --use-system-pcre"