Gentoo Archives: gentoo-commits

From: Ole Reifschneider <tranquility@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/
Date: Wed, 12 Dec 2018 19:28:12
Message-Id: 1544642877.e943d9c3b58fc667271feafb39eafc330a6bc43f.tranquility@gentoo
1 commit: e943d9c3b58fc667271feafb39eafc330a6bc43f
2 Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 12 19:27:16 2018 +0000
4 Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 12 19:27:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e943d9c3
7
8 app-editors/neovim: Update unibilium dependency
9
10 This fixes a segfault with some $TERM values.
11
12 Package-Manager: Portage-2.3.52, Repoman-2.3.12
13 Signed-off-by: Ole Reifschneider <tranquility <AT> gentoo.org>
14
15 app-editors/neovim/neovim-9999.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild
19 index 12fbcafd7b6..28da413392a 100644
20 --- a/app-editors/neovim/neovim-9999.ebuild
21 +++ b/app-editors/neovim/neovim-9999.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -27,7 +27,7 @@ CDEPEND=">=dev-libs/libuv-1.2.0
29 )
30 tui? (
31 >=dev-libs/libtermkey-0.19
32 - >=dev-libs/unibilium-1.1.1
33 + >=dev-libs/unibilium-2.0.0
34 )
35 dev-libs/libvterm
36 dev-lua/lpeg[luajit=]