From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2EF2213835A for ; Mon, 31 May 2021 11:40:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C1B7E0863; Mon, 31 May 2021 11:40:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8018FE085A for ; Mon, 31 May 2021 11:40:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45452335C32 for ; Mon, 31 May 2021 11:40:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8DDD720 for ; Mon, 31 May 2021 11:40:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1622461077.3f389028b21a2e7612f545800ed579abf788735e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/neovim/neovim-0.4.4-r100.ebuild app-editors/neovim/neovim-9999.ebuild X-VCS-Directories: app-editors/neovim/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3f389028b21a2e7612f545800ed579abf788735e X-VCS-Branch: master Date: Mon, 31 May 2021 11:40:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e11cdeb7-5a65-400e-809b-30c749882227 X-Archives-Hash: ce968c98ee906d600ce411b456a579eb commit: 3f389028b21a2e7612f545800ed579abf788735e Author: Eric Zhao <21zhaoe protonmail com> AuthorDate: Sun May 30 16:51:49 2021 +0000 Commit: Sam James gentoo 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 protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/21054 Signed-off-by: Sam James 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 }