commit: 85056914f3226aa95a94509a9d7d6274b9f919b5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 5 03:44:21 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 5 03:44:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85056914
app-editors/neovim: drop USE_BUNDLED for now
Doesn't seem to make any difference.
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-editors/neovim/neovim-0.5.0.ebuild | 2 +-
app-editors/neovim/neovim-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-editors/neovim/neovim-0.5.0.ebuild
b/app-editors/neovim/neovim-0.5.0.ebuild
index 0b1eed9a36f..317c3fb07b5 100644
--- a/app-editors/neovim/neovim-0.5.0.ebuild
+++ b/app-editors/neovim/neovim-0.5.0.ebuild
@@ -80,8 +80,8 @@ src_configure() {
# have preferences for how we should use LTO
# if we want it on (not just -flto)
# ... but allow turning it off.
+ # TODO: Investigate USE_BUNDLED, doesn't seem to be needed right now
local mycmakeargs=(
- -DUSE_BUNDLED=OFF
-DENABLE_LTO=$(usex lto)
-DFEAT_TUI=$(usex tui)
-DPREFER_LUA=$(usex lua_single_target_luajit no
"$(lua_get_version)")
diff --git a/app-editors/neovim/neovim-9999.ebuild
b/app-editors/neovim/neovim-9999.ebuild
index 0b1eed9a36f..317c3fb07b5 100644
--- a/app-editors/neovim/neovim-9999.ebuild
+++ b/app-editors/neovim/neovim-9999.ebuild
@@ -80,8 +80,8 @@ src_configure() {
# have preferences for how we should use LTO
# if we want it on (not just -flto)
# ... but allow turning it off.
+ # TODO: Investigate USE_BUNDLED, doesn't seem to be needed right now
local mycmakeargs=(
- -DUSE_BUNDLED=OFF
-DENABLE_LTO=$(usex lto)
-DFEAT_TUI=$(usex tui)
-DPREFER_LUA=$(usex lua_single_target_luajit no
"$(lua_get_version)")