diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-12-29 20:56:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-12-29 21:04:09 +0100 |
commit | 45e6805a131466a67a7dbff84541c9a07c4a6e2c (patch) | |
tree | 81a51ed0499f712bcc5a3d06173ccfc071beab40 /sys-libs/llvm-libunwind | |
parent | sys-libs/glibc: Bugfix, against false errors in last minute run test (diff) | |
download | gentoo-45e6805a131466a67a7dbff84541c9a07c4a6e2c.tar.gz gentoo-45e6805a131466a67a7dbff84541c9a07c4a6e2c.tar.bz2 gentoo-45e6805a131466a67a7dbff84541c9a07c4a6e2c.zip |
sys-libs/llvm-libunwind: Check out cmake/ directory in 14.x
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/llvm-libunwind')
-rw-r--r-- | sys-libs/llvm-libunwind/llvm-libunwind-14.0.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-14.0.0.9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-14.0.0.9999.ebuild index b2e400ff295b..3de0ff0f04be 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-14.0.0.9999.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-14.0.0.9999.ebuild @@ -25,7 +25,7 @@ BDEPEND=" $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )" -LLVM_COMPONENTS=( libunwind libcxx llvm/cmake ) +LLVM_COMPONENTS=( libunwind libcxx llvm/cmake cmake ) LLVM_TEST_COMPONENTS=( libcxxabi ) llvm.org_set_globals |