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-libs/compiler-rt/
Date: Sun, 19 Mar 2023 03:44:48
Message-Id: 1679197479.c758a24029865b7c7714ea9d6ed85ed91bd6243e.mgorny@gentoo
1 commit: c758a24029865b7c7714ea9d6ed85ed91bd6243e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 19 03:43:34 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 03:44:39 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c758a240
7
8 sys-libs/compiler-rt: Fix typo in LLVM package name
9
10 Reported by Arfrever.
11
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 sys-libs/compiler-rt/compiler-rt-14.0.6-r1.ebuild | 2 +-
15 sys-libs/compiler-rt/compiler-rt-15.0.7.ebuild | 2 +-
16 sys-libs/compiler-rt/compiler-rt-16.0.0.9999.ebuild | 2 +-
17 sys-libs/compiler-rt/compiler-rt-16.0.0.ebuild | 2 +-
18 sys-libs/compiler-rt/compiler-rt-16.0.0_rc3.ebuild | 2 +-
19 sys-libs/compiler-rt/compiler-rt-16.0.0_rc4.ebuild | 2 +-
20 sys-libs/compiler-rt/compiler-rt-17.0.0.9999.ebuild | 2 +-
21 sys-libs/compiler-rt/compiler-rt-17.0.0_pre20230304.ebuild | 2 +-
22 sys-libs/compiler-rt/compiler-rt-17.0.0_pre20230314.ebuild | 2 +-
23 9 files changed, 9 insertions(+), 9 deletions(-)
24
25 diff --git a/sys-libs/compiler-rt/compiler-rt-14.0.6-r1.ebuild b/sys-libs/compiler-rt/compiler-rt-14.0.6-r1.ebuild
26 index 03211f749fd4..c3a8d53ce19f 100644
27 --- a/sys-libs/compiler-rt/compiler-rt-14.0.6-r1.ebuild
28 +++ b/sys-libs/compiler-rt/compiler-rt-14.0.6-r1.ebuild
29 @@ -51,7 +51,7 @@ pkg_setup() {
30 # Darwin Prefix builds do not have llvm installed yet, so rely on
31 # bootstrap-prefix to set the appropriate path vars to LLVM instead
32 # of using llvm_pkg_setup.
33 - if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
34 + if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
35 llvm_pkg_setup
36 fi
37 python-any-r1_pkg_setup
38
39 diff --git a/sys-libs/compiler-rt/compiler-rt-15.0.7.ebuild b/sys-libs/compiler-rt/compiler-rt-15.0.7.ebuild
40 index 284371357cd2..32f758f51aa5 100644
41 --- a/sys-libs/compiler-rt/compiler-rt-15.0.7.ebuild
42 +++ b/sys-libs/compiler-rt/compiler-rt-15.0.7.ebuild
43 @@ -50,7 +50,7 @@ pkg_setup() {
44 # Darwin Prefix builds do not have llvm installed yet, so rely on
45 # bootstrap-prefix to set the appropriate path vars to LLVM instead
46 # of using llvm_pkg_setup.
47 - if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
48 + if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
49 LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
50 fi
51 python-any-r1_pkg_setup
52
53 diff --git a/sys-libs/compiler-rt/compiler-rt-16.0.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-16.0.0.9999.ebuild
54 index 2ed5fc860074..5abe2bd9bf79 100644
55 --- a/sys-libs/compiler-rt/compiler-rt-16.0.0.9999.ebuild
56 +++ b/sys-libs/compiler-rt/compiler-rt-16.0.0.9999.ebuild
57 @@ -49,7 +49,7 @@ pkg_setup() {
58 # Darwin Prefix builds do not have llvm installed yet, so rely on
59 # bootstrap-prefix to set the appropriate path vars to LLVM instead
60 # of using llvm_pkg_setup.
61 - if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
62 + if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
63 LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
64 fi
65 python-any-r1_pkg_setup
66
67 diff --git a/sys-libs/compiler-rt/compiler-rt-16.0.0.ebuild b/sys-libs/compiler-rt/compiler-rt-16.0.0.ebuild
68 index 111c3be95d40..49b92c7f0e51 100644
69 --- a/sys-libs/compiler-rt/compiler-rt-16.0.0.ebuild
70 +++ b/sys-libs/compiler-rt/compiler-rt-16.0.0.ebuild
71 @@ -49,7 +49,7 @@ pkg_setup() {
72 # Darwin Prefix builds do not have llvm installed yet, so rely on
73 # bootstrap-prefix to set the appropriate path vars to LLVM instead
74 # of using llvm_pkg_setup.
75 - if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
76 + if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
77 LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
78 fi
79 python-any-r1_pkg_setup
80
81 diff --git a/sys-libs/compiler-rt/compiler-rt-16.0.0_rc3.ebuild b/sys-libs/compiler-rt/compiler-rt-16.0.0_rc3.ebuild
82 index 44675fe040f5..168b226c7c9e 100644
83 --- a/sys-libs/compiler-rt/compiler-rt-16.0.0_rc3.ebuild
84 +++ b/sys-libs/compiler-rt/compiler-rt-16.0.0_rc3.ebuild
85 @@ -49,7 +49,7 @@ pkg_setup() {
86 # Darwin Prefix builds do not have llvm installed yet, so rely on
87 # bootstrap-prefix to set the appropriate path vars to LLVM instead
88 # of using llvm_pkg_setup.
89 - if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
90 + if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
91 LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
92 fi
93 python-any-r1_pkg_setup
94
95 diff --git a/sys-libs/compiler-rt/compiler-rt-16.0.0_rc4.ebuild b/sys-libs/compiler-rt/compiler-rt-16.0.0_rc4.ebuild
96 index 44675fe040f5..168b226c7c9e 100644
97 --- a/sys-libs/compiler-rt/compiler-rt-16.0.0_rc4.ebuild
98 +++ b/sys-libs/compiler-rt/compiler-rt-16.0.0_rc4.ebuild
99 @@ -49,7 +49,7 @@ pkg_setup() {
100 # Darwin Prefix builds do not have llvm installed yet, so rely on
101 # bootstrap-prefix to set the appropriate path vars to LLVM instead
102 # of using llvm_pkg_setup.
103 - if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
104 + if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
105 LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
106 fi
107 python-any-r1_pkg_setup
108
109 diff --git a/sys-libs/compiler-rt/compiler-rt-17.0.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-17.0.0.9999.ebuild
110 index 2ed5fc860074..5abe2bd9bf79 100644
111 --- a/sys-libs/compiler-rt/compiler-rt-17.0.0.9999.ebuild
112 +++ b/sys-libs/compiler-rt/compiler-rt-17.0.0.9999.ebuild
113 @@ -49,7 +49,7 @@ pkg_setup() {
114 # Darwin Prefix builds do not have llvm installed yet, so rely on
115 # bootstrap-prefix to set the appropriate path vars to LLVM instead
116 # of using llvm_pkg_setup.
117 - if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
118 + if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
119 LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
120 fi
121 python-any-r1_pkg_setup
122
123 diff --git a/sys-libs/compiler-rt/compiler-rt-17.0.0_pre20230304.ebuild b/sys-libs/compiler-rt/compiler-rt-17.0.0_pre20230304.ebuild
124 index 2ed5fc860074..5abe2bd9bf79 100644
125 --- a/sys-libs/compiler-rt/compiler-rt-17.0.0_pre20230304.ebuild
126 +++ b/sys-libs/compiler-rt/compiler-rt-17.0.0_pre20230304.ebuild
127 @@ -49,7 +49,7 @@ pkg_setup() {
128 # Darwin Prefix builds do not have llvm installed yet, so rely on
129 # bootstrap-prefix to set the appropriate path vars to LLVM instead
130 # of using llvm_pkg_setup.
131 - if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
132 + if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
133 LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
134 fi
135 python-any-r1_pkg_setup
136
137 diff --git a/sys-libs/compiler-rt/compiler-rt-17.0.0_pre20230314.ebuild b/sys-libs/compiler-rt/compiler-rt-17.0.0_pre20230314.ebuild
138 index 2ed5fc860074..5abe2bd9bf79 100644
139 --- a/sys-libs/compiler-rt/compiler-rt-17.0.0_pre20230314.ebuild
140 +++ b/sys-libs/compiler-rt/compiler-rt-17.0.0_pre20230314.ebuild
141 @@ -49,7 +49,7 @@ pkg_setup() {
142 # Darwin Prefix builds do not have llvm installed yet, so rely on
143 # bootstrap-prefix to set the appropriate path vars to LLVM instead
144 # of using llvm_pkg_setup.
145 - if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
146 + if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
147 LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
148 fi
149 python-any-r1_pkg_setup