From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 D6CBE138334 for ; Sat, 16 Mar 2019 12:44:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3694E08F0; Sat, 16 Mar 2019 12:44:18 +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 8DA65E08F0 for ; Sat, 16 Mar 2019 12:44:18 +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 22547335CA0 for ; Sat, 16 Mar 2019 12:44:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EA13564 for ; Sat, 16 Mar 2019 12:44:15 +0000 (UTC) From: "Ole Reifschneider" 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" Message-ID: <1552740224.49245e5a6578155c0cf7f837b8ef10c1667fc2bd.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: 49245e5a6578155c0cf7f837b8ef10c1667fc2bd X-VCS-Branch: master Date: Sat, 16 Mar 2019 12:44:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aba254e5-33e8-470e-995e-a3ea7fda99de X-Archives-Hash: 9c7578b004ded178578b65476899e9aa commit: 49245e5a6578155c0cf7f837b8ef10c1667fc2bd Author: Ole Reifschneider gentoo org> AuthorDate: Sat Mar 16 12:42:26 2019 +0000 Commit: Ole Reifschneider gentoo org> CommitDate: Sat Mar 16 12:43:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49245e5a app-editors/neovim: Update live ebuild Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Ole Reifschneider gentoo.org> app-editors/neovim/neovim-9999.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild index bab41265d1f..fb941d82c88 100644 --- a/app-editors/neovim/neovim-9999.ebuild +++ b/app-editors/neovim/neovim-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ fi LICENSE="Apache-2.0 vim" SLOT="0" -IUSE="+clipboard +luajit +nvimpager python remote ruby +tui +jemalloc" +IUSE="+clipboard +luajit +nvimpager python remote ruby +tui" CDEPEND=">=dev-libs/libuv-1.2.0:0= >=dev-libs/msgpack-1.0.0:0= @@ -28,13 +28,12 @@ CDEPEND=">=dev-libs/libuv-1.2.0:0= dev-lua/LuaBitOp ) tui? ( - >=dev-libs/libtermkey-0.19 + >=dev-libs/libtermkey-0.21.1 >=dev-libs/unibilium-2.0.0:0= ) dev-libs/libvterm dev-lua/lpeg[luajit=] dev-lua/mpack[luajit=] - jemalloc? ( dev-libs/jemalloc ) net-libs/libnsl" DEPEND=" @@ -66,7 +65,6 @@ src_prepare() { src_configure() { local mycmakeargs=( -DFEAT_TUI=$(usex tui) - -DENABLE_JEMALLOC=$(usex jemalloc) -DPREFER_LUA=$(usex luajit no yes) ) cmake-utils_src_configure