diff options
author | Sam James <sam@gentoo.org> | 2024-01-07 07:38:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-07 07:44:27 +0000 |
commit | 5c9afc39733639fc2811ea73dade681030f84363 (patch) | |
tree | d9653b81c124c99488ce154ff909d13ed81e3386 /dev-db/mongodb | |
parent | sys-fs/bcachefs-tools: sort deps in 1.4.0, add zstd (diff) | |
download | gentoo-5c9afc39733639fc2811ea73dade681030f84363.tar.gz gentoo-5c9afc39733639fc2811ea73dade681030f84363.tar.bz2 gentoo-5c9afc39733639fc2811ea73dade681030f84363.zip |
dev-db/mongodb: fix indentation
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/mongodb')
-rw-r--r-- | dev-db/mongodb/mongodb-5.0.16-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mongodb/mongodb-5.0.16-r1.ebuild b/dev-db/mongodb/mongodb-5.0.16-r1.ebuild index 95e24df12a4f..887fc03dafc2 100644 --- a/dev-db/mongodb/mongodb-5.0.16-r1.ebuild +++ b/dev-db/mongodb/mongodb-5.0.16-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -139,7 +139,7 @@ src_configure() { use debug && scons_opts+=( --dbg=on ) use kerberos && scons_opts+=( --use-sasl-client ) use lto && scons_opts+=( --lto=on ) - use amd64 && ! use cpu_flags_x86_avx && scons_opts+=( --experimental-optimization=-sandybridge ) # Bug 890294 + use amd64 && ! use cpu_flags_x86_avx && scons_opts+=( --experimental-optimization=-sandybridge ) # Bug 890294 scons_opts+=( --ssl=$(usex ssl on off) ) |