commit:     3f389028b21a2e7612f545800ed579abf788735e
Author:     Eric Zhao <21zhaoe <AT> protonmail <DOT> com>
AuthorDate: Sun May 30 16:51:49 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 31 11:37:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f389028

app-editors/neovim: Fix log level

Signed-off-by: Eric Zhao <21zhaoe <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21054
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-editors/neovim/neovim-0.4.4-r100.ebuild | 1 +
 app-editors/neovim/neovim-9999.ebuild       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-editors/neovim/neovim-0.4.4-r100.ebuild 
b/app-editors/neovim/neovim-0.4.4-r100.ebuild
index 6f725bc078d..f97ec4ad27e 100644
--- a/app-editors/neovim/neovim-0.4.4-r100.ebuild
+++ b/app-editors/neovim/neovim-0.4.4-r100.ebuild
@@ -87,6 +87,7 @@ src_configure() {
                -DFEAT_TUI=$(usex tui)
                -DPREFER_LUA=$(usex lua_single_target_luajit no 
"$(lua_get_version)")
                -DLUA_PRG="${ELUA}"
+               -DMIN_LOG_LEVEL=3
        )
        cmake_src_configure
 }

diff --git a/app-editors/neovim/neovim-9999.ebuild 
b/app-editors/neovim/neovim-9999.ebuild
index 0663ee9e471..d8873b59f06 100644
--- a/app-editors/neovim/neovim-9999.ebuild
+++ b/app-editors/neovim/neovim-9999.ebuild
@@ -86,6 +86,7 @@ src_configure() {
                -DFEAT_TUI=$(usex tui)
                -DPREFER_LUA=$(usex lua_single_target_luajit no 
"$(lua_get_version)")
                -DLUA_PRG="${ELUA}"
+               -DMIN_LOG_LEVEL=3
        )
        cmake_src_configure
 }

Reply via email to