commit:     2f29e0b92f09adf5af6d493a4033491e51b99ec4
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 11:17:06 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 11:18:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f29e0b9

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(-)

diff --git a/app-editors/neovim/neovim-0.2.0.ebuild 
b/app-editors/neovim/neovim-0.2.0.ebuild
index dace3d4ec43..a37942870e0 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 dace3d4ec43..a37942870e0 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 ) )"

Reply via email to