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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 260CF1382C5 for ; Mon, 12 Feb 2018 16:13:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B128E0A96; Mon, 12 Feb 2018 16:13:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C89EE0A96 for ; Mon, 12 Feb 2018 16:13:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4589F335C0C for ; Mon, 12 Feb 2018 16:13:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9AC11F5 for ; Mon, 12 Feb 2018 16:13:14 +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: <1518451979.6bdf60929b072c8f709fcbbf8f6a5d693fc7710b.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.4.10.ebuild dev-db/mongodb/mongodb-3.4.13.ebuild dev-db/mongodb/mongodb-3.6.2.ebuild X-VCS-Directories: dev-db/mongodb/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: 6bdf60929b072c8f709fcbbf8f6a5d693fc7710b X-VCS-Branch: master Date: Mon, 12 Feb 2018 16:13:14 +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: 5fb05803-e7ab-4881-9b4e-e31eb68120d7 X-Archives-Hash: bceb89875092122e5a1fab88bb017630 commit: 6bdf60929b072c8f709fcbbf8f6a5d693fc7710b Author: Tomas Mozes gmail com> AuthorDate: Mon Feb 12 05:25:22 2018 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Mon Feb 12 16:12:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bdf6092 dev-db/mongodb: drop unused x86 arch conditional Commit 95cda0448c11be5feb4c688138c9003af097f815 dropped the x86 keywords, but we forgot to drop this conditional. Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7161 dev-db/mongodb/mongodb-3.4.10.ebuild | 3 --- dev-db/mongodb/mongodb-3.4.13.ebuild | 3 --- dev-db/mongodb/mongodb-3.6.2.ebuild | 3 --- 3 files changed, 9 deletions(-) diff --git a/dev-db/mongodb/mongodb-3.4.10.ebuild b/dev-db/mongodb/mongodb-3.4.10.ebuild index 590f439f5bf..18ea5f82011 100644 --- a/dev-db/mongodb/mongodb-3.4.10.ebuild +++ b/dev-db/mongodb/mongodb-3.4.10.ebuild @@ -88,9 +88,6 @@ pkg_setup() { --use-system-zlib ) - # wiredtiger not supported on 32bit platforms #572166 - use x86 && scons_opts+=( --wiredtiger=off ) - if use debug; then scons_opts+=( --dbg=on ) fi diff --git a/dev-db/mongodb/mongodb-3.4.13.ebuild b/dev-db/mongodb/mongodb-3.4.13.ebuild index af49188d6fd..f13cbc11f44 100644 --- a/dev-db/mongodb/mongodb-3.4.13.ebuild +++ b/dev-db/mongodb/mongodb-3.4.13.ebuild @@ -87,9 +87,6 @@ pkg_setup() { --use-system-zlib ) - # wiredtiger not supported on 32bit platforms #572166 - use x86 && scons_opts+=( --wiredtiger=off ) - if use debug; then scons_opts+=( --dbg=on ) fi diff --git a/dev-db/mongodb/mongodb-3.6.2.ebuild b/dev-db/mongodb/mongodb-3.6.2.ebuild index bd0a2bb880d..a532e30e466 100644 --- a/dev-db/mongodb/mongodb-3.6.2.ebuild +++ b/dev-db/mongodb/mongodb-3.6.2.ebuild @@ -104,9 +104,6 @@ src_configure() { use kerberos && scons_opts+=( --use-sasl-client ) use ssl && scons_opts+=( --ssl ) - # wiredtiger not supported on 32bit platforms #572166 - use x86 && scons_opts+=( --wiredtiger=off ) - # respect mongoDB upstream's basic recommendations # see bug #536688 and #526114 if ! use debug; then