diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-10-23 12:30:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-10-23 14:18:02 +0200 |
commit | cb737d342d960d3fe12e1e5a132c5d0b986c27a1 (patch) | |
tree | 2e4d5335c911f123f4140949557ca78adfd1b2eb /sys-libs | |
parent | sys-libs/libcxxabi: Building libc++ (for tests) requires libc src now (diff) | |
download | gentoo-cb737d342d960d3fe12e1e5a132c5d0b986c27a1.tar.gz gentoo-cb737d342d960d3fe12e1e5a132c5d0b986c27a1.tar.bz2 gentoo-cb737d342d960d3fe12e1e5a132c5d0b986c27a1.zip |
sys-libs/llvm-libunwind: Pull libc for libc++ (for tests)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/llvm-libunwind/llvm-libunwind-20.0.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-20.0.0.9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-20.0.0.9999.ebuild index e4c76c15ebc8..f2972aaec14a 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-20.0.0.9999.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-20.0.0.9999.ebuild @@ -35,7 +35,7 @@ BDEPEND=" " LLVM_COMPONENTS=( runtimes libunwind libcxx llvm/cmake cmake ) -LLVM_TEST_COMPONENTS=( libcxxabi llvm/utils/llvm-lit ) +LLVM_TEST_COMPONENTS=( libc libcxxabi llvm/utils/llvm-lit ) llvm.org_set_globals python_check_deps() { |