Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb/
Date: Sat, 30 Nov 2019 01:19:08
Message-Id: 1575076733.7fadffa91df4e2c62bdb72815f839668ec856aa0.bman@gentoo
1 commit: 7fadffa91df4e2c62bdb72815f839668ec856aa0
2 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Fri Nov 29 23:26:20 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 30 01:18:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fadffa9
7
8 dev-db/mongodb: prepare for arm64 keywording
9
10 Bug: https://bugs.gentoo.org/701300
11 Tested-by: Julian Weinert <julian <AT> jweinert.de>
12 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
13 Closes: https://github.com/gentoo/gentoo/pull/13803
14 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
15
16 dev-db/mongodb/mongodb-4.2.1.ebuild | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/dev-db/mongodb/mongodb-4.2.1.ebuild b/dev-db/mongodb/mongodb-4.2.1.ebuild
20 index cdd1a9ed1be..6e7959885f0 100644
21 --- a/dev-db/mongodb/mongodb-4.2.1.ebuild
22 +++ b/dev-db/mongodb/mongodb-4.2.1.ebuild
23 @@ -101,6 +101,7 @@ src_configure() {
24 --use-system-zstd
25 )
26
27 + use arm64 && scons_opts+=( --use-hardware-crc32=off ) # Bug 701300
28 use debug && scons_opts+=( --dbg=on )
29 use kerberos && scons_opts+=( --use-sasl-client )
30 use lto && scons_opts+=( --lto=on )