Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/
Date: Mon, 31 May 2021 11:40:53
Message-Id: 1622461077.3f389028b21a2e7612f545800ed579abf788735e.sam@gentoo
1 commit: 3f389028b21a2e7612f545800ed579abf788735e
2 Author: Eric Zhao <21zhaoe <AT> protonmail <DOT> com>
3 AuthorDate: Sun May 30 16:51:49 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 11:37:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f389028
7
8 app-editors/neovim: Fix log level
9
10 Signed-off-by: Eric Zhao <21zhaoe <AT> protonmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/21054
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 app-editors/neovim/neovim-0.4.4-r100.ebuild | 1 +
15 app-editors/neovim/neovim-9999.ebuild | 1 +
16 2 files changed, 2 insertions(+)
17
18 diff --git a/app-editors/neovim/neovim-0.4.4-r100.ebuild b/app-editors/neovim/neovim-0.4.4-r100.ebuild
19 index 6f725bc078d..f97ec4ad27e 100644
20 --- a/app-editors/neovim/neovim-0.4.4-r100.ebuild
21 +++ b/app-editors/neovim/neovim-0.4.4-r100.ebuild
22 @@ -87,6 +87,7 @@ src_configure() {
23 -DFEAT_TUI=$(usex tui)
24 -DPREFER_LUA=$(usex lua_single_target_luajit no "$(lua_get_version)")
25 -DLUA_PRG="${ELUA}"
26 + -DMIN_LOG_LEVEL=3
27 )
28 cmake_src_configure
29 }
30
31 diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild
32 index 0663ee9e471..d8873b59f06 100644
33 --- a/app-editors/neovim/neovim-9999.ebuild
34 +++ b/app-editors/neovim/neovim-9999.ebuild
35 @@ -86,6 +86,7 @@ src_configure() {
36 -DFEAT_TUI=$(usex tui)
37 -DPREFER_LUA=$(usex lua_single_target_luajit no "$(lua_get_version)")
38 -DLUA_PRG="${ELUA}"
39 + -DMIN_LOG_LEVEL=3
40 )
41 cmake_src_configure
42 }