app-editors/neovim: switch CMAKE_BUILD_TYPE to Release.
authorPatrice Clement <monsieurp@gentoo.org>
Sun, 7 Jan 2018 16:03:59 +0000 (17:03 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 7 Jan 2018 16:37:10 +0000 (17:37 +0100)
Closes: https://bugs.gentoo.org/643712
Package-Manager: Portage-2.3.13, Repoman-2.3.3

app-editors/neovim/neovim-0.2.0-r1.ebuild
app-editors/neovim/neovim-0.2.2-r1.ebuild
app-editors/neovim/neovim-9999.ebuild

index 9694b6c32c214a2827f6747ecb51e6997bae932d..13a7786ff1840b3e70850fb0bc1faae273ddf642 100644 (file)
@@ -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
 }
 
index 9694b6c32c214a2827f6747ecb51e6997bae932d..13a7786ff1840b3e70850fb0bc1faae273ddf642 100644 (file)
@@ -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
 }
 
index 9694b6c32c214a2827f6747ecb51e6997bae932d..13a7786ff1840b3e70850fb0bc1faae273ddf642 100644 (file)
@@ -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
 }