Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxxabi/
Date: Sun, 03 Jan 2021 09:13:46
Message-Id: 1609665220.264a0914c1b13d281f8cbf76548cba173af0b785.mgorny@gentoo
1 commit: 264a0914c1b13d281f8cbf76548cba173af0b785
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Sun Jan 3 09:00:00 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 09:13:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=264a0914
7
8 sys-libs/libcxxabi: Provide llvm/cmake/modules to fix building.
9
10 libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake is used since:
11 https://github.com/llvm/llvm-project/commit/8c03fdf34a659925a3f09c8f54016e47ea1c7519
12 libcxxabi/cmake/Modules/HandleOutOfTreeLLVM.cmake was used previously
13 and was using llvm-config.
14
15 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
16 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
17
18 sys-libs/libcxxabi/libcxxabi-12.0.0.9999.ebuild | 5 ++---
19 1 file changed, 2 insertions(+), 3 deletions(-)
20
21 diff --git a/sys-libs/libcxxabi/libcxxabi-12.0.0.9999.ebuild b/sys-libs/libcxxabi/libcxxabi-12.0.0.9999.ebuild
22 index 954ae031580..64097031336 100644
23 --- a/sys-libs/libcxxabi/libcxxabi-12.0.0.9999.ebuild
24 +++ b/sys-libs/libcxxabi/libcxxabi-12.0.0.9999.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2020 Gentoo Authors
27 +# Copyright 1999-2021 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31 @@ -32,8 +32,7 @@ BDEPEND="
32 )"
33
34 # libcxx is needed uncondtionally for the headers
35 -LLVM_COMPONENTS=( libcxx{abi,} )
36 -LLVM_TEST_COMPONENTS=( llvm/cmake )
37 +LLVM_COMPONENTS=( libcxx{abi,} llvm/cmake/modules )
38 llvm.org_set_globals
39
40 python_check_deps() {