diff options
author | Ole Reifschneider <tranquility@gentoo.org> | 2019-03-16 13:42:26 +0100 |
---|---|---|
committer | Ole Reifschneider <tranquility@gentoo.org> | 2019-03-16 13:43:44 +0100 |
commit | 49245e5a6578155c0cf7f837b8ef10c1667fc2bd (patch) | |
tree | 480c760db61b8eab58e0fbbda77ce076ed363fdc /app-editors/neovim | |
parent | dev-libs/libtermkey: Bump version to 0.22 (diff) | |
download | gentoo-49245e5a6578155c0cf7f837b8ef10c1667fc2bd.tar.gz gentoo-49245e5a6578155c0cf7f837b8ef10c1667fc2bd.tar.bz2 gentoo-49245e5a6578155c0cf7f837b8ef10c1667fc2bd.zip |
app-editors/neovim: Update live ebuild
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Ole Reifschneider <tranquility@gentoo.org>
Diffstat (limited to 'app-editors/neovim')
-rw-r--r-- | app-editors/neovim/neovim-9999.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild index bab41265d1f7..fb941d82c887 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 |