summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mozes <hydrapolic@gmail.com>2018-02-12 06:25:22 +0100
committerUltrabug <ultrabug@gentoo.org>2018-02-12 17:12:59 +0100
commit6bdf60929b072c8f709fcbbf8f6a5d693fc7710b (patch)
tree10e835eaa61aba01d177527c50ce9e4f70cc458d
parentc16aa8375ef8e559dbbc653478380b97a35a2bc2 (diff)
downloadgentoo-6bdf60929b072c8f709fcbbf8f6a5d693fc7710b.tar.gz
gentoo-6bdf60929b072c8f709fcbbf8f6a5d693fc7710b.tar.xz
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
-rw-r--r--dev-db/mongodb/mongodb-3.4.10.ebuild3
-rw-r--r--dev-db/mongodb/mongodb-3.4.13.ebuild3
-rw-r--r--dev-db/mongodb/mongodb-3.6.2.ebuild3
3 files changed, 0 insertions, 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