Gentoo Archives: gentoo-commits

From: Alexys Jacob <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb/
Date: Mon, 12 Feb 2018 16:13:18
Message-Id: 1518451979.6bdf60929b072c8f709fcbbf8f6a5d693fc7710b.ultrabug@gentoo
1 commit: 6bdf60929b072c8f709fcbbf8f6a5d693fc7710b
2 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 12 05:25:22 2018 +0000
4 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 12 16:12:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bdf6092
7
8 dev-db/mongodb: drop unused x86 arch conditional
9
10 Commit 95cda0448c11be5feb4c688138c9003af097f815 dropped the x86
11 keywords, but we forgot to drop this conditional.
12
13 Package-Manager: Portage-2.3.24, Repoman-2.3.6
14 Closes: https://github.com/gentoo/gentoo/pull/7161
15
16 dev-db/mongodb/mongodb-3.4.10.ebuild | 3 ---
17 dev-db/mongodb/mongodb-3.4.13.ebuild | 3 ---
18 dev-db/mongodb/mongodb-3.6.2.ebuild | 3 ---
19 3 files changed, 9 deletions(-)
20
21 diff --git a/dev-db/mongodb/mongodb-3.4.10.ebuild b/dev-db/mongodb/mongodb-3.4.10.ebuild
22 index 590f439f5bf..18ea5f82011 100644
23 --- a/dev-db/mongodb/mongodb-3.4.10.ebuild
24 +++ b/dev-db/mongodb/mongodb-3.4.10.ebuild
25 @@ -88,9 +88,6 @@ pkg_setup() {
26 --use-system-zlib
27 )
28
29 - # wiredtiger not supported on 32bit platforms #572166
30 - use x86 && scons_opts+=( --wiredtiger=off )
31 -
32 if use debug; then
33 scons_opts+=( --dbg=on )
34 fi
35
36 diff --git a/dev-db/mongodb/mongodb-3.4.13.ebuild b/dev-db/mongodb/mongodb-3.4.13.ebuild
37 index af49188d6fd..f13cbc11f44 100644
38 --- a/dev-db/mongodb/mongodb-3.4.13.ebuild
39 +++ b/dev-db/mongodb/mongodb-3.4.13.ebuild
40 @@ -87,9 +87,6 @@ pkg_setup() {
41 --use-system-zlib
42 )
43
44 - # wiredtiger not supported on 32bit platforms #572166
45 - use x86 && scons_opts+=( --wiredtiger=off )
46 -
47 if use debug; then
48 scons_opts+=( --dbg=on )
49 fi
50
51 diff --git a/dev-db/mongodb/mongodb-3.6.2.ebuild b/dev-db/mongodb/mongodb-3.6.2.ebuild
52 index bd0a2bb880d..a532e30e466 100644
53 --- a/dev-db/mongodb/mongodb-3.6.2.ebuild
54 +++ b/dev-db/mongodb/mongodb-3.6.2.ebuild
55 @@ -104,9 +104,6 @@ src_configure() {
56 use kerberos && scons_opts+=( --use-sasl-client )
57 use ssl && scons_opts+=( --ssl )
58
59 - # wiredtiger not supported on 32bit platforms #572166
60 - use x86 && scons_opts+=( --wiredtiger=off )
61 -
62 # respect mongoDB upstream's basic recommendations
63 # see bug #536688 and #526114
64 if ! use debug; then