Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/lld/
Date: Sun, 06 Feb 2022 15:35:10
Message-Id: 1644161654.cb6d9a4e2af5c37db907c6df16f025fcdf057d71.mgorny@gentoo
1 commit: cb6d9a4e2af5c37db907c6df16f025fcdf057d71
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 6 13:07:42 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 6 15:34:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb6d9a4e
7
8 sys-devel/lld: Add cmake to 14+ components
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/lld/lld-14.0.0.9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-devel/lld/lld-14.0.0.9999.ebuild b/sys-devel/lld/lld-14.0.0.9999.ebuild
16 index 863c9b49bdb9..b57382fbf22d 100644
17 --- a/sys-devel/lld/lld-14.0.0.9999.ebuild
18 +++ b/sys-devel/lld/lld-14.0.0.9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -23,7 +23,7 @@ BDEPEND="
26 $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]")
27 )"
28
29 -LLVM_COMPONENTS=( lld libunwind/include/mach-o )
30 +LLVM_COMPONENTS=( lld cmake libunwind/include/mach-o )
31 LLVM_TEST_COMPONENTS=( llvm/utils/{lit,unittest} )
32 llvm.org_set_globals