From 2f29e0b92f09adf5af6d493a4033491e51b99ec4 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Fri, 5 Jan 2018 12:17:06 +0100 Subject: app-editors/neovim: add missing dev-util/gperf dependency. Closes: https://bugs.gentoo.org/628258 Package-Manager: Portage-2.3.13, Repoman-2.3.3 --- app-editors/neovim/neovim-0.2.0.ebuild | 14 +++++++++----- app-editors/neovim/neovim-9999.ebuild | 14 +++++++++----- 2 files changed, 18 insertions(+), 10 deletions(-) (limited to 'app-editors/neovim') 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 ) )" diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild index dace3d4ec43a..a37942870e06 100644 --- a/app-editors/neovim/neovim-9999.ebuild +++ b/app-editors/neovim/neovim-9999.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 ) )" -- cgit v1.2.3-65-gdbad