diff options
author | brahmajit das <brahmajit.xyz@gmail.com> | 2023-04-13 23:30:43 +0530 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-13 20:06:45 +0100 |
commit | 28b7c0e74b24115f88b566a9e8c39bc28d1bb5a2 (patch) | |
tree | 8f95597ad40782508c7e5727fbf40858e5c5ebd5 /app-editors/neovim | |
parent | net-firewall/firewalld: add 1.3.1 (diff) | |
download | gentoo-28b7c0e74b24115f88b566a9e8c39bc28d1bb5a2.tar.gz gentoo-28b7c0e74b24115f88b566a9e8c39bc28d1bb5a2.tar.bz2 gentoo-28b7c0e74b24115f88b566a9e8c39bc28d1bb5a2.zip |
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@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30584
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/neovim')
-rw-r--r-- | app-editors/neovim/neovim-0.9.0-r1.ebuild (renamed from app-editors/neovim/neovim-0.9.0.ebuild) | 8 | ||||
-rw-r--r-- | 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 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} |