commit: 6bdf60929b072c8f709fcbbf8f6a5d693fc7710b Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com> AuthorDate: Mon Feb 12 05:25:22 2018 +0000 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> 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
