From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BFCED138330 for ; Sun, 7 Jan 2018 16:37:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC15DE086A; Sun, 7 Jan 2018 16:37:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF2D1E086A for ; Sun, 7 Jan 2018 16:37:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C594340D1F for ; Sun, 7 Jan 2018 16:37:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96971198 for ; Sun, 7 Jan 2018 16:37:16 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1515343030.42d0016301e042830b684755ab94048977043821.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/neovim/neovim-0.2.0-r1.ebuild app-editors/neovim/neovim-0.2.2-r1.ebuild app-editors/neovim/neovim-9999.ebuild X-VCS-Directories: app-editors/neovim/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 42d0016301e042830b684755ab94048977043821 X-VCS-Branch: master Date: Sun, 7 Jan 2018 16:37:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8f5eef46-f5b4-499a-8447-afd24ea11189 X-Archives-Hash: 0bfd2b1ef69f491504c73b7ebe3094af commit: 42d0016301e042830b684755ab94048977043821 Author: Patrice Clement gentoo org> AuthorDate: Sun Jan 7 16:03:59 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Jan 7 16:37:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d00163 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 app-editors/neovim/neovim-0.2.0-r1.ebuild | 4 ++-- app-editors/neovim/neovim-0.2.2-r1.ebuild | 4 ++-- 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 9694b6c32c2..13a7786ff18 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 9694b6c32c2..13a7786ff18 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 9694b6c32c2..13a7786ff18 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 }