commit:     28b7c0e74b24115f88b566a9e8c39bc28d1bb5a2
Author:     brahmajit das <brahmajit.xyz <AT> gmail <DOT> com>
AuthorDate: Thu Apr 13 18:00:43 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 13 19:06:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b7c0e7

app-editors/neovim: Dropping tui USE flag

Upstream removed FEAT_TUI hence no requirement for this USE flag as it
was being used to enable or disable this feature.

Closes: https://bugs.gentoo.org/904278
Signed-off-by: brahmajit das <brahmajit.xyz <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30584
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../neovim/{neovim-0.9.0.ebuild => neovim-0.9.0-r1.ebuild}        | 8 +++-----
 app-editors/neovim/neovim-9999.ebuild                             | 8 +++-----
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/app-editors/neovim/neovim-0.9.0.ebuild 
b/app-editors/neovim/neovim-0.9.0-r1.ebuild
similarity index 96%
rename from app-editors/neovim/neovim-0.9.0.ebuild
rename to app-editors/neovim/neovim-0.9.0-r1.ebuild
index b92e353a472e..a96e3f1a11b9 100644
--- a/app-editors/neovim/neovim-0.9.0.ebuild
+++ b/app-editors/neovim/neovim-0.9.0-r1.ebuild
@@ -21,7 +21,7 @@ fi
 
 LICENSE="Apache-2.0 vim"
 SLOT="0"
-IUSE="+lto +nvimpager test +tui"
+IUSE="+lto +nvimpager test"
 
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 # Upstream say the test library needs LuaJIT
@@ -53,10 +53,8 @@ DEPEND="${LUA_DEPS}
        >=dev-libs/libvterm-0.3
        >=dev-libs/msgpack-3.0.0:=
        >=dev-libs/tree-sitter-0.20.8:=
-       tui? (
-               >=dev-libs/libtermkey-0.22
-               >=dev-libs/unibilium-2.0.0:0=
-       )
+       >=dev-libs/libtermkey-0.22
+       >=dev-libs/unibilium-2.0.0:0=
 "
 RDEPEND="
        ${DEPEND}

diff --git a/app-editors/neovim/neovim-9999.ebuild 
b/app-editors/neovim/neovim-9999.ebuild
index d456e95aaf16..c7b386d3e5c8 100644
--- a/app-editors/neovim/neovim-9999.ebuild
+++ b/app-editors/neovim/neovim-9999.ebuild
@@ -21,7 +21,7 @@ fi
 
 LICENSE="Apache-2.0 vim"
 SLOT="0"
-IUSE="+lto +nvimpager test +tui"
+IUSE="+lto +nvimpager test"
 
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 # Upstream say the test library needs LuaJIT
@@ -53,10 +53,8 @@ DEPEND="${LUA_DEPS}
        >=dev-libs/libvterm-0.3
        >=dev-libs/msgpack-3.0.0:=
        >=dev-libs/tree-sitter-0.20.8:=
-       tui? (
-               >=dev-libs/libtermkey-0.22
-               >=dev-libs/unibilium-2.0.0:0=
-       )
+       >=dev-libs/libtermkey-0.22
+       >=dev-libs/unibilium-2.0.0:0=
 "
 RDEPEND="
        ${DEPEND}

Reply via email to