commit: e943d9c3b58fc667271feafb39eafc330a6bc43f
Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 12 19:27:16 2018 +0000
Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Wed Dec 12 19:27:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e943d9c3
app-editors/neovim: Update unibilium dependency
This fixes a segfault with some $TERM values.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ole Reifschneider <tranquility <AT> gentoo.org>
app-editors/neovim/neovim-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-editors/neovim/neovim-9999.ebuild
b/app-editors/neovim/neovim-9999.ebuild
index 12fbcafd7b6..28da413392a 100644
--- a/app-editors/neovim/neovim-9999.ebuild
+++ b/app-editors/neovim/neovim-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -27,7 +27,7 @@ CDEPEND=">=dev-libs/libuv-1.2.0
)
tui? (
>=dev-libs/libtermkey-0.19
- >=dev-libs/unibilium-1.1.1
+ >=dev-libs/unibilium-2.0.0
)
dev-libs/libvterm
dev-lua/lpeg[luajit=]