From 264a0914c1b13d281f8cbf76548cba173af0b785 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 3 Jan 2021 09:00:00 +0000 Subject: sys-libs/libcxxabi: Provide llvm/cmake/modules to fix building. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake is used since: https://github.com/llvm/llvm-project/commit/8c03fdf34a659925a3f09c8f54016e47ea1c7519 libcxxabi/cmake/Modules/HandleOutOfTreeLLVM.cmake was used previously and was using llvm-config. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Signed-off-by: Michał Górny --- sys-libs/libcxxabi/libcxxabi-12.0.0.9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys-libs/libcxxabi/libcxxabi-12.0.0.9999.ebuild b/sys-libs/libcxxabi/libcxxabi-12.0.0.9999.ebuild index 954ae0315808..640970313365 100644 --- a/sys-libs/libcxxabi/libcxxabi-12.0.0.9999.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-12.0.0.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -32,8 +32,7 @@ BDEPEND=" )" # libcxx is needed uncondtionally for the headers -LLVM_COMPONENTS=( libcxx{abi,} ) -LLVM_TEST_COMPONENTS=( llvm/cmake ) +LLVM_COMPONENTS=( libcxx{abi,} llvm/cmake/modules ) llvm.org_set_globals python_check_deps() { -- cgit v1.2.3-65-gdbad