From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1061942-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F86A138334 for <garchives@archives.gentoo.org>; Wed, 12 Dec 2018 19:28:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D31CE09C1; Wed, 12 Dec 2018 19:28:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AD19E09C1 for <gentoo-commits@lists.gentoo.org>; Wed, 12 Dec 2018 19:28:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2481335C39 for <gentoo-commits@lists.gentoo.org>; Wed, 12 Dec 2018 19:28:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E905A45B for <gentoo-commits@lists.gentoo.org>; Wed, 12 Dec 2018 19:28:06 +0000 (UTC) From: "Ole Reifschneider" <tranquility@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ole Reifschneider" <tranquility@gentoo.org> Message-ID: <1544642877.e943d9c3b58fc667271feafb39eafc330a6bc43f.tranquility@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/neovim/neovim-9999.ebuild X-VCS-Directories: app-editors/neovim/ X-VCS-Committer: tranquility X-VCS-Committer-Name: Ole Reifschneider X-VCS-Revision: e943d9c3b58fc667271feafb39eafc330a6bc43f X-VCS-Branch: master Date: Wed, 12 Dec 2018 19:28:06 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8beef30d-418d-4d7c-b4e9-54e6af18d4d0 X-Archives-Hash: 2af1da61e2f71874c10e949f0e3603a8 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=]