From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-922659-garchives=archives.gentoo.org@lists.gentoo.org> 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 9DEC0139086 for <garchives@archives.gentoo.org>; Thu, 12 Jan 2017 15:25:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E27F8E0E5C; Thu, 12 Jan 2017 15:25:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBF85E0E5B for <gentoo-commits@lists.gentoo.org>; Thu, 12 Jan 2017 15:25:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC1473416B0 for <gentoo-commits@lists.gentoo.org>; Thu, 12 Jan 2017 15:25:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70DBC262F for <gentoo-commits@lists.gentoo.org>; Thu, 12 Jan 2017 15:25:39 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1484234728.e5f72dba87d521fdce3dba34558b13b4f3e91b0f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lldb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lldb/lldb-9999.ebuild X-VCS-Directories: dev-util/lldb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e5f72dba87d521fdce3dba34558b13b4f3e91b0f X-VCS-Branch: master Date: Thu, 12 Jan 2017 15:25:39 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0f9f69c0-2b45-4d6b-ae8d-efa92a75ca3f X-Archives-Hash: 8c60709b2410aed1c179fb5990e15154 commit: e5f72dba87d521fdce3dba34558b13b4f3e91b0f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jan 12 10:51:14 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jan 12 15:25:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f72dba dev-util/lldb: Switch to CMAKE_BUILD_TYPE=RelWithDebInfo dev-util/lldb/lldb-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-util/lldb/lldb-9999.ebuild b/dev-util/lldb/lldb-9999.ebuild index 5558e00..23dadf6 100644 --- a/dev-util/lldb/lldb-9999.ebuild +++ b/dev-util/lldb/lldb-9999.ebuild @@ -5,6 +5,8 @@ EAPI=6 : ${CMAKE_MAKEFILE_GENERATOR:=ninja} +# (needed due to CMAKE_BUILD_TYPE != Gentoo) +CMAKE_MIN_VERSION=3.7.0-r1 PYTHON_COMPAT=( python2_7 ) inherit cmake-utils git-r3 python-single-r1 toolchain-funcs @@ -37,6 +39,9 @@ DEPEND="${RDEPEND} REQUIRED_USE=${PYTHON_REQUIRED_USE} +# least intrusive of all +CMAKE_BUILD_TYPE=RelWithDebInfo + src_unpack() { if use test; then # needed for patched gtest