From 6bdc25f1471b7b49c739b70176289a91be9dbf1f Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 12 Jan 2017 11:56:13 +0100 Subject: sys-libs/libcxx: Switch to CMAKE_BUILD_TYPE=RelWithDebInfo --- sys-libs/libcxx/libcxx-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys-libs/libcxx') diff --git a/sys-libs/libcxx/libcxx-9999.ebuild b/sys-libs/libcxx/libcxx-9999.ebuild index 4470d669a1e9..a5f89acfb5aa 100644 --- a/sys-libs/libcxx/libcxx-9999.ebuild +++ b/sys-libs/libcxx/libcxx-9999.ebuild @@ -7,6 +7,8 @@ EAPI=6 # Ninja provides better scalability and cleaner verbose output, and is used # throughout all LLVM projects. : ${CMAKE_MAKEFILE_GENERATOR:=ninja} +# (needed due to CMAKE_BUILD_TYPE != Gentoo) +CMAKE_MIN_VERSION=3.7.0-r1 EGIT_REPO_URI="http://llvm.org/git/libcxx.git https://github.com/llvm-mirror/libcxx.git" PYTHON_COMPAT=( python2_7 ) @@ -57,6 +59,9 @@ PATCHES=( "${FILESDIR}/${PN}-3.9-cmake-link-flags.patch" ) +# least intrusive of all +CMAKE_BUILD_TYPE=RelWithDebInfo + python_check_deps() { has_version "dev-python/lit[${PYTHON_USEDEP}]" } -- cgit v1.2.3-65-gdbad