summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-07-05 04:44:21 +0100
committerSam James <sam@gentoo.org>2021-07-05 04:44:59 +0100
commit85056914f3226aa95a94509a9d7d6274b9f919b5 (patch)
tree776985589624db1ed9f00b59cee547e3a5fe4fe1 /app-editors
parentapp-editors/neovim: sync live ebuild (diff)
downloadgentoo-85056914f3226aa95a94509a9d7d6274b9f919b5.tar.gz
gentoo-85056914f3226aa95a94509a9d7d6274b9f919b5.tar.bz2
gentoo-85056914f3226aa95a94509a9d7d6274b9f919b5.zip
app-editors/neovim: drop USE_BUNDLED for now
Doesn't seem to make any difference. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/neovim/neovim-0.5.0.ebuild2
-rw-r--r--app-editors/neovim/neovim-9999.ebuild2
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 0b1eed9a36fc..317c3fb07b56 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 0b1eed9a36fc..317c3fb07b56 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)")