diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-01-07 17:03:59 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-01-07 17:37:10 +0100 |
commit | 42d0016301e042830b684755ab94048977043821 (patch) | |
tree | 3427a1c1ee3686de545eb8dd52772e745042205a /app-editors | |
parent | app-editors/neovim: clean up old. (diff) | |
download | gentoo-42d0016301e042830b684755ab94048977043821.tar.gz gentoo-42d0016301e042830b684755ab94048977043821.tar.bz2 gentoo-42d0016301e042830b684755ab94048977043821.zip |
app-editors/neovim: switch CMAKE_BUILD_TYPE to Release.
Closes: https://bugs.gentoo.org/643712
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/neovim/neovim-0.2.0-r1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/neovim/neovim-0.2.2-r1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/neovim/neovim-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-editors/neovim/neovim-0.2.0-r1.ebuild b/app-editors/neovim/neovim-0.2.0-r1.ebuild index 9694b6c32c21..13a7786ff184 100644 --- a/app-editors/neovim/neovim-0.2.0-r1.ebuild +++ b/app-editors/neovim/neovim-0.2.0-r1.ebuild @@ -47,7 +47,7 @@ RDEPEND=" remote? ( dev-python/neovim-remote ) clipboard? ( || ( x11-misc/xsel x11-misc/xclip ) )" -CMAKE_BUILD_TYPE=RelWithDebInfo +CMAKE_BUILD_TYPE=Release src_prepare() { # use our system vim dir @@ -64,7 +64,7 @@ src_configure() { local mycmakeargs=( -DFEAT_TUI=$(usex tui) -DENABLE_JEMALLOC=$(usex jemalloc) - ) + ) cmake-utils_src_configure } diff --git a/app-editors/neovim/neovim-0.2.2-r1.ebuild b/app-editors/neovim/neovim-0.2.2-r1.ebuild index 9694b6c32c21..13a7786ff184 100644 --- a/app-editors/neovim/neovim-0.2.2-r1.ebuild +++ b/app-editors/neovim/neovim-0.2.2-r1.ebuild @@ -47,7 +47,7 @@ RDEPEND=" remote? ( dev-python/neovim-remote ) clipboard? ( || ( x11-misc/xsel x11-misc/xclip ) )" -CMAKE_BUILD_TYPE=RelWithDebInfo +CMAKE_BUILD_TYPE=Release src_prepare() { # use our system vim dir @@ -64,7 +64,7 @@ src_configure() { local mycmakeargs=( -DFEAT_TUI=$(usex tui) -DENABLE_JEMALLOC=$(usex jemalloc) - ) + ) cmake-utils_src_configure } diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild index 9694b6c32c21..13a7786ff184 100644 --- a/app-editors/neovim/neovim-9999.ebuild +++ b/app-editors/neovim/neovim-9999.ebuild @@ -47,7 +47,7 @@ RDEPEND=" remote? ( dev-python/neovim-remote ) clipboard? ( || ( x11-misc/xsel x11-misc/xclip ) )" -CMAKE_BUILD_TYPE=RelWithDebInfo +CMAKE_BUILD_TYPE=Release src_prepare() { # use our system vim dir @@ -64,7 +64,7 @@ src_configure() { local mycmakeargs=( -DFEAT_TUI=$(usex tui) -DENABLE_JEMALLOC=$(usex jemalloc) - ) + ) cmake-utils_src_configure } |