dev-db/mongodb: drop unused x86 arch conditional

Commit 95cda0448c 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
This commit is contained in:
Tomas Mozes
2018-02-12 06:25:22 +01:00
committed by Ultrabug
parent c16aa8375e
commit 6bdf60929b
3 changed files with 0 additions and 9 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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