From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8607D15806E for ; Tue, 23 May 2023 13:32:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDFD6E0929; Tue, 23 May 2023 13:32:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A715EE0929 for ; Tue, 23 May 2023 13:32:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA965340D9F for ; Tue, 23 May 2023 13:32:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 243CCA67 for ; Tue, 23 May 2023 13:32:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1684848304.50c1742c209ff94330d2b5642eceb4147352803c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mongodb/mongodb-5.0.16-r1.ebuild X-VCS-Directories: dev-db/mongodb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 50c1742c209ff94330d2b5642eceb4147352803c X-VCS-Branch: master Date: Tue, 23 May 2023 13:32:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2886c258-4b25-43c5-9530-a429eaaa76ee X-Archives-Hash: c6a518f3359fcda0f1888cb89f369853 commit: 50c1742c209ff94330d2b5642eceb4147352803c Author: Sam James gentoo org> AuthorDate: Tue May 23 13:22:51 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 23 13:25:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c1742c dev-db/mongodb: allow MAKEOPTS -jN > nproc Closes: https://bugs.gentoo.org/906897 Signed-off-by: Sam James gentoo.org> dev-db/mongodb/mongodb-5.0.16-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-db/mongodb/mongodb-5.0.16-r1.ebuild b/dev-db/mongodb/mongodb-5.0.16-r1.ebuild index 763a51752883..a0fc28ebe45c 100644 --- a/dev-db/mongodb/mongodb-5.0.16-r1.ebuild +++ b/dev-db/mongodb/mongodb-5.0.16-r1.ebuild @@ -88,7 +88,7 @@ pkg_pretend() { if use amd64 && ! use cpu_flags_x86_avx; then ewarn "MongoDB 5.0 requires use of the AVX instruction set." ewarn "This ebuild will use --experimental-optimization=-sandybridge which" - ewarn "will result in an experimental build of MongoDB as per upstream." + ewarn "will result in an experimental build of MongoDB as per upstream." ewarn "https://docs.mongodb.com/v5.0/administration/production-notes/" fi @@ -123,6 +123,7 @@ src_configure() { CXX="$(tc-getCXX)" --disable-warnings-as-errors + --force-jobs --jobs="$(makeopts_jobs)" --use-system-boost --use-system-pcre