diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-06 14:07:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-06 16:34:14 +0100 |
commit | cb6d9a4e2af5c37db907c6df16f025fcdf057d71 (patch) | |
tree | b790040a21c94e3132d4c627d4a803763fcba6f0 | |
parent | app-vim/gentoo-syntax: Remove old (diff) | |
download | gentoo-cb6d9a4e2af5c37db907c6df16f025fcdf057d71.tar.gz gentoo-cb6d9a4e2af5c37db907c6df16f025fcdf057d71.tar.bz2 gentoo-cb6d9a4e2af5c37db907c6df16f025fcdf057d71.zip |
sys-devel/lld: Add cmake to 14+ components
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | sys-devel/lld/lld-14.0.0.9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/lld/lld-14.0.0.9999.ebuild b/sys-devel/lld/lld-14.0.0.9999.ebuild index 863c9b49bdb9..b57382fbf22d 100644 --- a/sys-devel/lld/lld-14.0.0.9999.ebuild +++ b/sys-devel/lld/lld-14.0.0.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,7 +23,7 @@ BDEPEND=" $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]") )" -LLVM_COMPONENTS=( lld libunwind/include/mach-o ) +LLVM_COMPONENTS=( lld cmake libunwind/include/mach-o ) LLVM_TEST_COMPONENTS=( llvm/utils/{lit,unittest} ) llvm.org_set_globals |