Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/
Date: Fri, 05 Jan 2018 11:18:56
Message-Id: 1515151118.2f29e0b92f09adf5af6d493a4033491e51b99ec4.monsieurp@gentoo
1 commit: 2f29e0b92f09adf5af6d493a4033491e51b99ec4
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 11:17:06 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 11:18:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f29e0b9
7
8 app-editors/neovim: add missing dev-util/gperf dependency.
9
10 Closes: https://bugs.gentoo.org/628258
11 Package-Manager: Portage-2.3.13, Repoman-2.3.3
12
13 app-editors/neovim/neovim-0.2.0.ebuild | 14 +++++++++-----
14 app-editors/neovim/neovim-9999.ebuild | 14 +++++++++-----
15 2 files changed, 18 insertions(+), 10 deletions(-)
16
17 diff --git a/app-editors/neovim/neovim-0.2.0.ebuild b/app-editors/neovim/neovim-0.2.0.ebuild
18 index dace3d4ec43..a37942870e0 100644
19 --- a/app-editors/neovim/neovim-0.2.0.ebuild
20 +++ b/app-editors/neovim/neovim-0.2.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -32,12 +32,16 @@ CDEPEND=">=dev-libs/libuv-1.2.0
28 dev-libs/libvterm
29 dev-lua/lpeg[luajit=]
30 dev-lua/mpack[luajit=]
31 - jemalloc? ( dev-libs/jemalloc )
32 -"
33 -DEPEND="${CDEPEND}
34 + jemalloc? ( dev-libs/jemalloc )"
35 +
36 +DEPEND="
37 + ${CDEPEND}
38 + dev-util/gperf
39 virtual/libiconv
40 virtual/libintl"
41 -RDEPEND="${CDEPEND}
42 +
43 +RDEPEND="
44 + ${CDEPEND}
45 python? ( dev-python/neovim-python-client )
46 ruby? ( dev-ruby/neovim-ruby-client )
47 clipboard? ( || ( x11-misc/xsel x11-misc/xclip ) )"
48
49 diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild
50 index dace3d4ec43..a37942870e0 100644
51 --- a/app-editors/neovim/neovim-9999.ebuild
52 +++ b/app-editors/neovim/neovim-9999.ebuild
53 @@ -1,4 +1,4 @@
54 -# Copyright 1999-2017 Gentoo Foundation
55 +# Copyright 1999-2018 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57
58 EAPI=6
59 @@ -32,12 +32,16 @@ CDEPEND=">=dev-libs/libuv-1.2.0
60 dev-libs/libvterm
61 dev-lua/lpeg[luajit=]
62 dev-lua/mpack[luajit=]
63 - jemalloc? ( dev-libs/jemalloc )
64 -"
65 -DEPEND="${CDEPEND}
66 + jemalloc? ( dev-libs/jemalloc )"
67 +
68 +DEPEND="
69 + ${CDEPEND}
70 + dev-util/gperf
71 virtual/libiconv
72 virtual/libintl"
73 -RDEPEND="${CDEPEND}
74 +
75 +RDEPEND="
76 + ${CDEPEND}
77 python? ( dev-python/neovim-python-client )
78 ruby? ( dev-ruby/neovim-ruby-client )
79 clipboard? ( || ( x11-misc/xsel x11-misc/xclip ) )"