diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-12-11 12:29:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-12-11 17:12:12 +0100 |
commit | 1598880b230cbbb3a964ca6ca69db0a40ce968c6 (patch) | |
tree | dae4b9903a751934ca26551a4eab044d5da9ceb8 /sys-devel | |
parent | llvm.org.eclass: VE target is non-experimental in 14.x (diff) | |
download | gentoo-1598880b230cbbb3a964ca6ca69db0a40ce968c6.tar.gz gentoo-1598880b230cbbb3a964ca6ca69db0a40ce968c6.tar.bz2 gentoo-1598880b230cbbb3a964ca6ca69db0a40ce968c6.zip |
sys-devel/llvm: Include third-party directory in the checkout
Closes: https://bugs.gentoo.org/828601
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-14.0.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-14.0.0.9999.ebuild b/sys-devel/llvm/llvm-14.0.0.9999.ebuild index a12b04fb2138..85c62d774844 100644 --- a/sys-devel/llvm/llvm-14.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-14.0.0.9999.ebuild @@ -56,7 +56,7 @@ RDEPEND="${RDEPEND} PDEPEND="sys-devel/llvm-common binutils-plugin? ( >=sys-devel/llvmgold-${SLOT} )" -LLVM_COMPONENTS=( llvm ) +LLVM_COMPONENTS=( llvm third-party ) LLVM_MANPAGES=build LLVM_PATCHSET=9999-1 LLVM_USE_TARGETS=provide |