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 21B87139085 for ; Thu, 12 Jan 2017 15:26:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE72DE0E82; Thu, 12 Jan 2017 15:25:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8AEA4E0E82 for ; Thu, 12 Jan 2017 15:25:43 +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 B10EA3416BD for ; Thu, 12 Jan 2017 15:25:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFDB02635 for ; Thu, 12 Jan 2017 15:25:39 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1484234734.0f69e6ab9b26f4de8c43077bfb5468422ad68f28.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/llvm-libunwind/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild X-VCS-Directories: sys-libs/llvm-libunwind/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0f69e6ab9b26f4de8c43077bfb5468422ad68f28 X-VCS-Branch: master Date: Thu, 12 Jan 2017 15:25:39 +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: 92be737a-084f-4f6c-8398-630cabbf97ef X-Archives-Hash: acd6db1502cdc282f6bae63cb4585c00 commit: 0f69e6ab9b26f4de8c43077bfb5468422ad68f28 Author: Michał Górny gentoo org> AuthorDate: Thu Jan 12 10:57:13 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 12 15:25:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f69e6ab sys-libs/llvm-libunwind: Switch to CMAKE_BUILD_TYPE=RelWithDebInfo sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild index 924684f..5929692 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-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 inherit cmake-multilib git-r3 DESCRIPTION="C++ runtime stack unwinder from LLVM" @@ -23,6 +25,9 @@ RDEPEND="!sys-libs/libunwind" # (3.9.0 needed because cmake file install path changed) DEPEND=">=sys-devel/llvm-3.9.0[${MULTILIB_USEDEP}]" +# least intrusive of all +CMAKE_BUILD_TYPE=RelWithDebInfo + multilib_src_configure() { local libdir=$(get_libdir)