summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-29 22:40:37 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-29 22:58:37 +0100
commitb949712efd6dd8a1725fc53691e9be54e3f0a098 (patch)
treed1e5b17558ac2de33f29a6b51d3c6cf79b1b0aef /sys-libs/llvm-libunwind/llvm-libunwind-12.0.0_rc1.ebuild
parentgames-board/cockatrice: remove unused patch(es) (diff)
downloadgentoo-b949712efd6dd8a1725fc53691e9be54e3f0a098.tar.gz
gentoo-b949712efd6dd8a1725fc53691e9be54e3f0a098.tar.bz2
gentoo-b949712efd6dd8a1725fc53691e9be54e3f0a098.zip
sys-libs/llvm-libunwind: Fix missing components w/ USE=-test
Closes: https://bugs.gentoo.org/767805 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/llvm-libunwind/llvm-libunwind-12.0.0_rc1.ebuild')
-rw-r--r--sys-libs/llvm-libunwind/llvm-libunwind-12.0.0_rc1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-12.0.0_rc1.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-12.0.0_rc1.ebuild
index 37357781fb44..94322eadc932 100644
--- a/sys-libs/llvm-libunwind/llvm-libunwind-12.0.0_rc1.ebuild
+++ b/sys-libs/llvm-libunwind/llvm-libunwind-12.0.0_rc1.ebuild
@@ -25,8 +25,8 @@ BDEPEND="
$(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')
)"
-LLVM_COMPONENTS=( libunwind )
-LLVM_TEST_COMPONENTS=( libcxx{,abi} llvm/cmake )
+LLVM_COMPONENTS=( libunwind libcxx llvm/cmake/modules )
+LLVM_TEST_COMPONENTS=( libcxxabi )
llvm.org_set_globals
python_check_deps() {