diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2018-02-12 06:25:22 +0100 |
---|---|---|
committer | Ultrabug <ultrabug@gentoo.org> | 2018-02-12 17:12:59 +0100 |
commit | 6bdf60929b072c8f709fcbbf8f6a5d693fc7710b (patch) | |
tree | 10e835eaa61aba01d177527c50ce9e4f70cc458d /dev-db | |
parent | sys-kernel/gentoo-sources: genpatches-4.15-4 (diff) | |
download | gentoo-6bdf60929b072c8f709fcbbf8f6a5d693fc7710b.tar.gz gentoo-6bdf60929b072c8f709fcbbf8f6a5d693fc7710b.tar.bz2 gentoo-6bdf60929b072c8f709fcbbf8f6a5d693fc7710b.zip |
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
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mongodb/mongodb-3.4.10.ebuild | 3 | ||||
-rw-r--r-- | dev-db/mongodb/mongodb-3.4.13.ebuild | 3 | ||||
-rw-r--r-- | dev-db/mongodb/mongodb-3.6.2.ebuild | 3 |
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 590f439f5bf6..18ea5f820117 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 af49188d6fd5..f13cbc11f449 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 bd0a2bb880d7..a532e30e4660 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 |