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: Tue, 20 Sep 2022 11:07:04
Message-Id: 1663671959.3b5d86447119ff1654b42cf525801bee2a4bc383.mgorny@gentoo
1 commit: 3b5d86447119ff1654b42cf525801bee2a4bc383
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 19 09:18:34 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 20 11:05:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b5d8644
7
8 sys-devel/lld: Add PDEP on lld-toolchain-symlinks to 16.x
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/lld/lld-16.0.0.9999.ebuild | 3 +++
13 sys-devel/lld/lld-16.0.0_pre20220915.ebuild | 3 +++
14 sys-devel/lld/lld-16.0.0_pre20220918.ebuild | 3 +++
15 3 files changed, 9 insertions(+)
16
17 diff --git a/sys-devel/lld/lld-16.0.0.9999.ebuild b/sys-devel/lld/lld-16.0.0.9999.ebuild
18 index 76bdcb369c4b..f8773e9ca849 100644
19 --- a/sys-devel/lld/lld-16.0.0.9999.ebuild
20 +++ b/sys-devel/lld/lld-16.0.0.9999.ebuild
21 @@ -27,6 +27,9 @@ BDEPEND="
22 $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]")
23 )
24 "
25 +PDEPEND="
26 + sys-devel/lld-toolchain-symlinks:${PV%%.*}
27 +"
28
29 LLVM_COMPONENTS=( lld cmake libunwind/include/mach-o )
30 LLVM_TEST_COMPONENTS=( llvm/utils/{lit,unittest} )
31
32 diff --git a/sys-devel/lld/lld-16.0.0_pre20220915.ebuild b/sys-devel/lld/lld-16.0.0_pre20220915.ebuild
33 index 76bdcb369c4b..f8773e9ca849 100644
34 --- a/sys-devel/lld/lld-16.0.0_pre20220915.ebuild
35 +++ b/sys-devel/lld/lld-16.0.0_pre20220915.ebuild
36 @@ -27,6 +27,9 @@ BDEPEND="
37 $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]")
38 )
39 "
40 +PDEPEND="
41 + sys-devel/lld-toolchain-symlinks:${PV%%.*}
42 +"
43
44 LLVM_COMPONENTS=( lld cmake libunwind/include/mach-o )
45 LLVM_TEST_COMPONENTS=( llvm/utils/{lit,unittest} )
46
47 diff --git a/sys-devel/lld/lld-16.0.0_pre20220918.ebuild b/sys-devel/lld/lld-16.0.0_pre20220918.ebuild
48 index 76bdcb369c4b..f8773e9ca849 100644
49 --- a/sys-devel/lld/lld-16.0.0_pre20220918.ebuild
50 +++ b/sys-devel/lld/lld-16.0.0_pre20220918.ebuild
51 @@ -27,6 +27,9 @@ BDEPEND="
52 $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]")
53 )
54 "
55 +PDEPEND="
56 + sys-devel/lld-toolchain-symlinks:${PV%%.*}
57 +"
58
59 LLVM_COMPONENTS=( lld cmake libunwind/include/mach-o )
60 LLVM_TEST_COMPONENTS=( llvm/utils/{lit,unittest} )