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: Sun, 07 Jan 2018 16:37:21
Message-Id: 1515343030.42d0016301e042830b684755ab94048977043821.monsieurp@gentoo
1 commit: 42d0016301e042830b684755ab94048977043821
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 7 16:03:59 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 7 16:37:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d00163
7
8 app-editors/neovim: switch CMAKE_BUILD_TYPE to Release.
9
10 Closes: https://bugs.gentoo.org/643712
11 Package-Manager: Portage-2.3.13, Repoman-2.3.3
12
13 app-editors/neovim/neovim-0.2.0-r1.ebuild | 4 ++--
14 app-editors/neovim/neovim-0.2.2-r1.ebuild | 4 ++--
15 app-editors/neovim/neovim-9999.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/app-editors/neovim/neovim-0.2.0-r1.ebuild b/app-editors/neovim/neovim-0.2.0-r1.ebuild
19 index 9694b6c32c2..13a7786ff18 100644
20 --- a/app-editors/neovim/neovim-0.2.0-r1.ebuild
21 +++ b/app-editors/neovim/neovim-0.2.0-r1.ebuild
22 @@ -47,7 +47,7 @@ RDEPEND="
23 remote? ( dev-python/neovim-remote )
24 clipboard? ( || ( x11-misc/xsel x11-misc/xclip ) )"
25
26 -CMAKE_BUILD_TYPE=RelWithDebInfo
27 +CMAKE_BUILD_TYPE=Release
28
29 src_prepare() {
30 # use our system vim dir
31 @@ -64,7 +64,7 @@ src_configure() {
32 local mycmakeargs=(
33 -DFEAT_TUI=$(usex tui)
34 -DENABLE_JEMALLOC=$(usex jemalloc)
35 - )
36 + )
37 cmake-utils_src_configure
38 }
39
40
41 diff --git a/app-editors/neovim/neovim-0.2.2-r1.ebuild b/app-editors/neovim/neovim-0.2.2-r1.ebuild
42 index 9694b6c32c2..13a7786ff18 100644
43 --- a/app-editors/neovim/neovim-0.2.2-r1.ebuild
44 +++ b/app-editors/neovim/neovim-0.2.2-r1.ebuild
45 @@ -47,7 +47,7 @@ RDEPEND="
46 remote? ( dev-python/neovim-remote )
47 clipboard? ( || ( x11-misc/xsel x11-misc/xclip ) )"
48
49 -CMAKE_BUILD_TYPE=RelWithDebInfo
50 +CMAKE_BUILD_TYPE=Release
51
52 src_prepare() {
53 # use our system vim dir
54 @@ -64,7 +64,7 @@ src_configure() {
55 local mycmakeargs=(
56 -DFEAT_TUI=$(usex tui)
57 -DENABLE_JEMALLOC=$(usex jemalloc)
58 - )
59 + )
60 cmake-utils_src_configure
61 }
62
63
64 diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild
65 index 9694b6c32c2..13a7786ff18 100644
66 --- a/app-editors/neovim/neovim-9999.ebuild
67 +++ b/app-editors/neovim/neovim-9999.ebuild
68 @@ -47,7 +47,7 @@ RDEPEND="
69 remote? ( dev-python/neovim-remote )
70 clipboard? ( || ( x11-misc/xsel x11-misc/xclip ) )"
71
72 -CMAKE_BUILD_TYPE=RelWithDebInfo
73 +CMAKE_BUILD_TYPE=Release
74
75 src_prepare() {
76 # use our system vim dir
77 @@ -64,7 +64,7 @@ src_configure() {
78 local mycmakeargs=(
79 -DFEAT_TUI=$(usex tui)
80 -DENABLE_JEMALLOC=$(usex jemalloc)
81 - )
82 + )
83 cmake-utils_src_configure
84 }