summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2021-01-03 09:00:00 +0000
committerMichał Górny <mgorny@gentoo.org>2021-01-03 10:13:40 +0100
commit264a0914c1b13d281f8cbf76548cba173af0b785 (patch)
treeda2ee7926e3bacccde521a6a1b5b6a0f576cbb48 /sys-libs/libcxxabi
parentdev-libs/inih: Stabilize 52 amd64, #762961 (diff)
downloadgentoo-264a0914c1b13d281f8cbf76548cba173af0b785.tar.gz
gentoo-264a0914c1b13d281f8cbf76548cba173af0b785.tar.bz2
gentoo-264a0914c1b13d281f8cbf76548cba173af0b785.zip
sys-libs/libcxxabi: Provide llvm/cmake/modules to fix building.
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 <Arfrever@Apache.Org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/libcxxabi')
-rw-r--r--sys-libs/libcxxabi/libcxxabi-12.0.0.9999.ebuild5
1 files 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() {