diff options
Diffstat (limited to 'app-editors/neovim/neovim-0.2.0.ebuild')
-rw-r--r-- | app-editors/neovim/neovim-0.2.0.ebuild | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/app-editors/neovim/neovim-0.2.0.ebuild b/app-editors/neovim/neovim-0.2.0.ebuild index dace3d4ec43a..a37942870e06 100644 --- a/app-editors/neovim/neovim-0.2.0.ebuild +++ b/app-editors/neovim/neovim-0.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -32,12 +32,16 @@ CDEPEND=">=dev-libs/libuv-1.2.0 dev-libs/libvterm dev-lua/lpeg[luajit=] dev-lua/mpack[luajit=] - jemalloc? ( dev-libs/jemalloc ) -" -DEPEND="${CDEPEND} + jemalloc? ( dev-libs/jemalloc )" + +DEPEND=" + ${CDEPEND} + dev-util/gperf virtual/libiconv virtual/libintl" -RDEPEND="${CDEPEND} + +RDEPEND=" + ${CDEPEND} python? ( dev-python/neovim-python-client ) ruby? ( dev-ruby/neovim-ruby-client ) clipboard? ( || ( x11-misc/xsel x11-misc/xclip ) )" |