From 6bdf60929b072c8f709fcbbf8f6a5d693fc7710b Mon Sep 17 00:00:00 2001 From: Tomas Mozes Date: Mon, 12 Feb 2018 06:25:22 +0100 Subject: [PATCH] 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 590f439f5bf6c..18ea5f8201171 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 af49188d6fd5f..f13cbc11f4490 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 bd0a2bb880d71..a532e30e46605 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