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: profiles/default/linux/uclibc/mips/, profiles/default/linux/uclibc/amd64/, ...
Date: Mon, 11 Mar 2019 06:11:30
Message-Id: 1552284680.3024f83168106e73019fc540986a3c6c415c79e0.mgorny@gentoo
1 commit: 3024f83168106e73019fc540986a3c6c415c79e0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 11 06:10:32 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 11 06:11:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3024f831
7
8 profiles: Copy forced LLVM_TARGETS to dev-ml/llvm-ocaml
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/arch/amd64-fbsd/package.use.force | 3 ++-
13 profiles/arch/amd64/package.use | 3 ++-
14 profiles/arch/amd64/package.use.force | 3 ++-
15 profiles/arch/arm/package.use.force | 3 ++-
16 profiles/arch/arm64/package.use.force | 3 ++-
17 profiles/arch/mips/package.use.force | 3 ++-
18 profiles/arch/powerpc/package.use.force | 3 ++-
19 profiles/arch/s390/s390x/package.use.force | 3 ++-
20 profiles/arch/sparc/package.use | 3 ++-
21 profiles/arch/sparc/package.use.force | 3 ++-
22 profiles/arch/x86-fbsd/package.use.force | 3 ++-
23 profiles/arch/x86/package.use | 3 ++-
24 profiles/arch/x86/package.use.force | 3 ++-
25 profiles/base/package.use | 3 ++-
26 profiles/default/linux/musl/amd64/package.use.force | 3 ++-
27 profiles/default/linux/musl/arm/package.use.force | 3 ++-
28 profiles/default/linux/musl/arm64/package.use.force | 3 ++-
29 profiles/default/linux/musl/mips/package.use.force | 1 +
30 profiles/default/linux/musl/ppc/package.use.force | 3 ++-
31 profiles/default/linux/musl/x86/package.use.force | 3 ++-
32 profiles/default/linux/uclibc/amd64/package.use.force | 3 ++-
33 profiles/default/linux/uclibc/arm/package.use.force | 3 ++-
34 profiles/default/linux/uclibc/mips/package.use.force | 3 ++-
35 profiles/default/linux/uclibc/ppc/package.use.force | 3 ++-
36 profiles/default/linux/uclibc/x86/package.use.force | 3 ++-
37 profiles/prefix/darwin/macos/arch/ppc/package.use.force | 3 ++-
38 profiles/prefix/darwin/macos/arch/x64/package.use.force | 3 ++-
39 profiles/prefix/darwin/macos/arch/x86/package.use.force | 3 ++-
40 28 files changed, 55 insertions(+), 27 deletions(-)
41
42 diff --git a/profiles/arch/amd64-fbsd/package.use.force b/profiles/arch/amd64-fbsd/package.use.force
43 index 6c7737109a3..3b36252505e 100644
44 --- a/profiles/arch/amd64-fbsd/package.use.force
45 +++ b/profiles/arch/amd64-fbsd/package.use.force
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2018 Gentoo Foundation
48 +# Copyright 1999-2019 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 # Michał Górny <mgorny@g.o> (09 Mar 2018)
52 @@ -12,6 +12,7 @@ sys-apps/sandbox abi_x86_32
53
54 # Michał Górny <mgorny@g.o> (24 Sep 2016)
55 # Force the host target to avoid dependency hell
56 +dev-ml/llvm-ocaml llvm_targets_X86
57 sys-devel/clang llvm_targets_X86
58 sys-devel/llvm llvm_targets_X86
59
60
61 diff --git a/profiles/arch/amd64/package.use b/profiles/arch/amd64/package.use
62 index 8791ceed9e5..cefb8e87249 100644
63 --- a/profiles/arch/amd64/package.use
64 +++ b/profiles/arch/amd64/package.use
65 @@ -1,4 +1,4 @@
66 -# Copyright 1999-2017 Gentoo Foundation
67 +# Copyright 1999-2019 Gentoo Authors
68 # Distributed under the terms of the GNU General Public License v2
69
70 # Mike Gilbert <floppym@g.o> (17 Nov 2016)
71 @@ -8,6 +8,7 @@ sys-boot/grub:2 grub_platforms_efi-64 grub_platforms_pc
72
73 # Michał Górny <mgorny@g.o> (24 Sep 2016)
74 # Enable the GPU targets matching the default VIDEO_CARDS
75 +dev-ml/llvm-ocaml llvm_targets_AMDGPU llvm_targets_NVPTX
76 sys-devel/clang llvm_targets_AMDGPU llvm_targets_NVPTX
77 sys-devel/llvm llvm_targets_AMDGPU llvm_targets_NVPTX
78
79
80 diff --git a/profiles/arch/amd64/package.use.force b/profiles/arch/amd64/package.use.force
81 index fd348f9dde1..5c86f6ef2ce 100644
82 --- a/profiles/arch/amd64/package.use.force
83 +++ b/profiles/arch/amd64/package.use.force
84 @@ -1,4 +1,4 @@
85 -# Copyright 1999-2017 Gentoo Foundation
86 +# Copyright 1999-2019 Gentoo Authors
87 # Distributed under the terms of the GNU General Public License v2
88
89 # Georgy Yakovlev <gyakovlev@g.o> (14 May 2018)
90 @@ -20,6 +20,7 @@ sys-apps/sandbox abi_x86_32
91
92 # Michał Górny <mgorny@g.o> (24 Sep 2016)
93 # Force the host target to avoid dependency hell
94 +dev-ml/llvm-ocaml llvm_targets_X86
95 sys-devel/clang llvm_targets_X86
96 sys-devel/llvm llvm_targets_X86
97
98
99 diff --git a/profiles/arch/arm/package.use.force b/profiles/arch/arm/package.use.force
100 index b7a078cf4d6..3e52fa707e0 100644
101 --- a/profiles/arch/arm/package.use.force
102 +++ b/profiles/arch/arm/package.use.force
103 @@ -1,4 +1,4 @@
104 -# Copyright 1999-2016 Gentoo Foundation
105 +# Copyright 1999-2019 Gentoo Authors
106 # Distributed under the terms of the GNU General Public License v2
107
108 # Georgy Yakovlev <gyakovlev@g.o> (16 Feb 2019)
109 @@ -7,6 +7,7 @@ dev-lang/rust llvm_targets_ARM
110
111 # Michał Górny <mgorny@g.o> (24 Sep 2016)
112 # Force the host target to avoid dependency hell
113 +dev-ml/llvm-ocaml llvm_targets_ARM
114 sys-devel/clang llvm_targets_ARM
115 sys-devel/llvm llvm_targets_ARM
116
117
118 diff --git a/profiles/arch/arm64/package.use.force b/profiles/arch/arm64/package.use.force
119 index 65ff7bc3be7..47988b29f58 100644
120 --- a/profiles/arch/arm64/package.use.force
121 +++ b/profiles/arch/arm64/package.use.force
122 @@ -1,4 +1,4 @@
123 -# Copyright 1999-2016 Gentoo Foundation
124 +# Copyright 1999-2019 Gentoo Authors
125 # Distributed under the terms of the GNU General Public License v2
126
127 # Georgy Yakovlev <gyakovlev@g.o> (14 May 2018)
128 @@ -7,6 +7,7 @@ dev-lang/rust llvm_targets_AArch64
129
130 # Michał Górny <mgorny@g.o> (24 Sep 2016)
131 # Force the host target to avoid dependency hell
132 +dev-ml/llvm-ocaml llvm_targets_AArch64
133 sys-devel/clang llvm_targets_AArch64
134 sys-devel/llvm llvm_targets_AArch64
135
136
137 diff --git a/profiles/arch/mips/package.use.force b/profiles/arch/mips/package.use.force
138 index 42de426a583..9dea18f7395 100644
139 --- a/profiles/arch/mips/package.use.force
140 +++ b/profiles/arch/mips/package.use.force
141 @@ -1,7 +1,8 @@
142 -# Copyright 1999-2017 Gentoo Foundation
143 +# Copyright 1999-2019 Gentoo Authors
144 # Distributed under the terms of the GNU General Public License v2
145
146 # Michał Górny <mgorny@g.o> (24 Sep 2016)
147 # Force the host target to avoid dependency hell
148 +dev-ml/llvm-ocaml llvm_targets_Mips
149 sys-devel/clang llvm_targets_Mips
150 sys-devel/llvm llvm_targets_Mips
151
152 diff --git a/profiles/arch/powerpc/package.use.force b/profiles/arch/powerpc/package.use.force
153 index 511499b838d..a010945c966 100644
154 --- a/profiles/arch/powerpc/package.use.force
155 +++ b/profiles/arch/powerpc/package.use.force
156 @@ -1,4 +1,4 @@
157 -# Copyright 1999-2017 Gentoo Foundation
158 +# Copyright 1999-2019 Gentoo Authors
159 # Distributed under the terms of the GNU General Public License v2
160
161 # Sergei Trofimovich <slyfox@g.o> (25 Dec 2018)
162 @@ -7,6 +7,7 @@ dev-lang/rust llvm_targets_PowerPC
163
164 # Michał Górny <mgorny@g.o> (24 Sep 2016)
165 # Force the host target to avoid dependency hell
166 +dev-ml/llvm-ocaml llvm_targets_PowerPC
167 sys-devel/clang llvm_targets_PowerPC
168 sys-devel/llvm llvm_targets_PowerPC
169
170
171 diff --git a/profiles/arch/s390/s390x/package.use.force b/profiles/arch/s390/s390x/package.use.force
172 index 92bb466ea4a..1c07ebd158c 100644
173 --- a/profiles/arch/s390/s390x/package.use.force
174 +++ b/profiles/arch/s390/s390x/package.use.force
175 @@ -1,7 +1,8 @@
176 -# Copyright 1999-2016 Gentoo Foundation
177 +# Copyright 1999-2019 Gentoo Authors
178 # Distributed under the terms of the GNU General Public License v2
179
180 # Michał Górny <mgorny@g.o> (11 Nov 2016)
181 # Force the host target to avoid dependency hell
182 +dev-ml/llvm-ocaml llvm_targets_SystemZ
183 sys-devel/clang llvm_targets_SystemZ
184 sys-devel/llvm llvm_targets_SystemZ
185
186 diff --git a/profiles/arch/sparc/package.use b/profiles/arch/sparc/package.use
187 index c202aa04c6d..76457771a8f 100644
188 --- a/profiles/arch/sparc/package.use
189 +++ b/profiles/arch/sparc/package.use
190 @@ -1,8 +1,9 @@
191 -# Copyright 1999-2016 Gentoo Foundation
192 +# Copyright 1999-2019 Gentoo Authors
193 # Distributed under the terms of the GNU General Public License v2
194
195 # Michał Górny <mgorny@g.o> (24 Sep 2016)
196 # Enable the GPU targets matching the default VIDEO_CARDS
197 +dev-ml/llvm-ocaml llvm_targets_AMDGPU
198 sys-devel/clang llvm_targets_AMDGPU
199 sys-devel/llvm llvm_targets_AMDGPU
200
201
202 diff --git a/profiles/arch/sparc/package.use.force b/profiles/arch/sparc/package.use.force
203 index dbbc8446318..e629d210eb5 100644
204 --- a/profiles/arch/sparc/package.use.force
205 +++ b/profiles/arch/sparc/package.use.force
206 @@ -1,7 +1,8 @@
207 -# Copyright 1999-2016 Gentoo Foundation
208 +# Copyright 1999-2019 Gentoo Authors
209 # Distributed under the terms of the GNU General Public License v2
210
211 # Michał Górny <mgorny@g.o> (24 Sep 2016)
212 # Force the host target to avoid dependency hell
213 +dev-ml/llvm-ocaml llvm_targets_Sparc
214 sys-devel/clang llvm_targets_Sparc
215 sys-devel/llvm llvm_targets_Sparc
216
217 diff --git a/profiles/arch/x86-fbsd/package.use.force b/profiles/arch/x86-fbsd/package.use.force
218 index ca264fedc8c..55380264955 100644
219 --- a/profiles/arch/x86-fbsd/package.use.force
220 +++ b/profiles/arch/x86-fbsd/package.use.force
221 @@ -1,7 +1,8 @@
222 -# Copyright 1999-2016 Gentoo Foundation
223 +# Copyright 1999-2019 Gentoo Authors
224 # Distributed under the terms of the GNU General Public License v2
225
226 # Michał Górny <mgorny@g.o> (24 Sep 2016)
227 # Force the host target to avoid dependency hell
228 +dev-ml/llvm-ocaml llvm_targets_X86
229 sys-devel/clang llvm_targets_X86
230 sys-devel/llvm llvm_targets_X86
231
232 diff --git a/profiles/arch/x86/package.use b/profiles/arch/x86/package.use
233 index 4aa1c4ffcd9..408c7a4da0b 100644
234 --- a/profiles/arch/x86/package.use
235 +++ b/profiles/arch/x86/package.use
236 @@ -1,8 +1,9 @@
237 -# Copyright 1999-2017 Gentoo Foundation
238 +# Copyright 1999-2019 Gentoo Authors
239 # Distributed under the terms of the GNU General Public License v2
240
241 # Michał Górny <mgorny@g.o> (24 Sep 2016)
242 # Enable the GPU targets matching the default VIDEO_CARDS
243 +dev-ml/llvm-ocaml llvm_targets_AMDGPU llvm_targets_NVPTX
244 sys-devel/clang llvm_targets_AMDGPU llvm_targets_NVPTX
245 sys-devel/llvm llvm_targets_AMDGPU llvm_targets_NVPTX
246
247
248 diff --git a/profiles/arch/x86/package.use.force b/profiles/arch/x86/package.use.force
249 index 69bbbf335c3..c0f5156c963 100644
250 --- a/profiles/arch/x86/package.use.force
251 +++ b/profiles/arch/x86/package.use.force
252 @@ -1,4 +1,4 @@
253 -# Copyright 1999-2016 Gentoo Foundation
254 +# Copyright 1999-2019 Gentoo Authors
255 # Distributed under the terms of the GNU General Public License v2
256
257 # Georgy Yakovlev <gyakovlev@g.o> (14 May 2018)
258 @@ -7,6 +7,7 @@ dev-lang/rust llvm_targets_X86
259
260 # Michał Górny <mgorny@g.o> (24 Sep 2016)
261 # Force the host target to avoid dependency hell
262 +dev-ml/llvm-ocaml llvm_targets_X86
263 sys-devel/clang llvm_targets_X86
264 sys-devel/llvm llvm_targets_X86
265
266
267 diff --git a/profiles/base/package.use b/profiles/base/package.use
268 index a931d7a0516..cf204db955b 100644
269 --- a/profiles/base/package.use
270 +++ b/profiles/base/package.use
271 @@ -1,4 +1,4 @@
272 -# Copyright 1999-2017 Gentoo Foundation
273 +# Copyright 1999-2019 Gentoo Authors
274 # Distributed under the terms of the GNU General Public License v2
275
276 # David Seifert <soap@g.o> (17 Apr 2017)
277 @@ -13,6 +13,7 @@ sci-chemistry/pdb-tools python_single_target_python2_7 python_targets_python2_7
278
279 # Michał Górny <mgorny@g.o> (24 Sep 2016)
280 # Enable the BPF target by default
281 +dev-ml/llvm-ocaml llvm_targets_BPF
282 sys-devel/clang llvm_targets_BPF
283 sys-devel/llvm llvm_targets_BPF
284
285
286 diff --git a/profiles/default/linux/musl/amd64/package.use.force b/profiles/default/linux/musl/amd64/package.use.force
287 index ca264fedc8c..55380264955 100644
288 --- a/profiles/default/linux/musl/amd64/package.use.force
289 +++ b/profiles/default/linux/musl/amd64/package.use.force
290 @@ -1,7 +1,8 @@
291 -# Copyright 1999-2016 Gentoo Foundation
292 +# Copyright 1999-2019 Gentoo Authors
293 # Distributed under the terms of the GNU General Public License v2
294
295 # Michał Górny <mgorny@g.o> (24 Sep 2016)
296 # Force the host target to avoid dependency hell
297 +dev-ml/llvm-ocaml llvm_targets_X86
298 sys-devel/clang llvm_targets_X86
299 sys-devel/llvm llvm_targets_X86
300
301 diff --git a/profiles/default/linux/musl/arm/package.use.force b/profiles/default/linux/musl/arm/package.use.force
302 index b92b1029f52..da0371bfbf6 100644
303 --- a/profiles/default/linux/musl/arm/package.use.force
304 +++ b/profiles/default/linux/musl/arm/package.use.force
305 @@ -1,7 +1,8 @@
306 -# Copyright 1999-2016 Gentoo Foundation
307 +# Copyright 1999-2019 Gentoo Authors
308 # Distributed under the terms of the GNU General Public License v2
309
310 # Michał Górny <mgorny@g.o> (24 Sep 2016)
311 # Force the host target to avoid dependency hell
312 +dev-ml/llvm-ocaml llvm_targets_ARM
313 sys-devel/clang llvm_targets_ARM
314 sys-devel/llvm llvm_targets_ARM
315
316 diff --git a/profiles/default/linux/musl/arm64/package.use.force b/profiles/default/linux/musl/arm64/package.use.force
317 index d90dd06eaf2..476eb96b7ec 100644
318 --- a/profiles/default/linux/musl/arm64/package.use.force
319 +++ b/profiles/default/linux/musl/arm64/package.use.force
320 @@ -1,7 +1,8 @@
321 -# Copyright 1999-2016 Gentoo Foundation
322 +# Copyright 1999-2019 Gentoo Authors
323 # Distributed under the terms of the GNU General Public License v2
324
325 # Michał Górny <mgorny@g.o> (24 Sep 2016)
326 # Force the host target to avoid dependency hell
327 +dev-ml/llvm-ocaml llvm_targets_AArch64
328 sys-devel/clang llvm_targets_AArch64
329 sys-devel/llvm llvm_targets_AArch64
330
331 diff --git a/profiles/default/linux/musl/mips/package.use.force b/profiles/default/linux/musl/mips/package.use.force
332 index c184bfa9306..0668465065e 100644
333 --- a/profiles/default/linux/musl/mips/package.use.force
334 +++ b/profiles/default/linux/musl/mips/package.use.force
335 @@ -1,5 +1,6 @@
336 # Michał Górny <mgorny@g.o> (24 Sep 2016)
337 # Force the host target to avoid dependency hell
338 +dev-ml/llvm-ocaml llvm_targets_Mips
339 sys-devel/clang llvm_targets_Mips
340 sys-devel/llvm llvm_targets_Mips
341
342
343 diff --git a/profiles/default/linux/musl/ppc/package.use.force b/profiles/default/linux/musl/ppc/package.use.force
344 index e18275fe8cd..fc297563763 100644
345 --- a/profiles/default/linux/musl/ppc/package.use.force
346 +++ b/profiles/default/linux/musl/ppc/package.use.force
347 @@ -1,7 +1,8 @@
348 -# Copyright 1999-2016 Gentoo Foundation
349 +# Copyright 1999-2019 Gentoo Authors
350 # Distributed under the terms of the GNU General Public License v2
351
352 # Michał Górny <mgorny@g.o> (24 Sep 2016)
353 # Force the host target to avoid dependency hell
354 +dev-ml/llvm-ocaml llvm_targets_PowerPC
355 sys-devel/clang llvm_targets_PowerPC
356 sys-devel/llvm llvm_targets_PowerPC
357
358 diff --git a/profiles/default/linux/musl/x86/package.use.force b/profiles/default/linux/musl/x86/package.use.force
359 index ca264fedc8c..55380264955 100644
360 --- a/profiles/default/linux/musl/x86/package.use.force
361 +++ b/profiles/default/linux/musl/x86/package.use.force
362 @@ -1,7 +1,8 @@
363 -# Copyright 1999-2016 Gentoo Foundation
364 +# Copyright 1999-2019 Gentoo Authors
365 # Distributed under the terms of the GNU General Public License v2
366
367 # Michał Górny <mgorny@g.o> (24 Sep 2016)
368 # Force the host target to avoid dependency hell
369 +dev-ml/llvm-ocaml llvm_targets_X86
370 sys-devel/clang llvm_targets_X86
371 sys-devel/llvm llvm_targets_X86
372
373 diff --git a/profiles/default/linux/uclibc/amd64/package.use.force b/profiles/default/linux/uclibc/amd64/package.use.force
374 index ca264fedc8c..55380264955 100644
375 --- a/profiles/default/linux/uclibc/amd64/package.use.force
376 +++ b/profiles/default/linux/uclibc/amd64/package.use.force
377 @@ -1,7 +1,8 @@
378 -# Copyright 1999-2016 Gentoo Foundation
379 +# Copyright 1999-2019 Gentoo Authors
380 # Distributed under the terms of the GNU General Public License v2
381
382 # Michał Górny <mgorny@g.o> (24 Sep 2016)
383 # Force the host target to avoid dependency hell
384 +dev-ml/llvm-ocaml llvm_targets_X86
385 sys-devel/clang llvm_targets_X86
386 sys-devel/llvm llvm_targets_X86
387
388 diff --git a/profiles/default/linux/uclibc/arm/package.use.force b/profiles/default/linux/uclibc/arm/package.use.force
389 index b92b1029f52..da0371bfbf6 100644
390 --- a/profiles/default/linux/uclibc/arm/package.use.force
391 +++ b/profiles/default/linux/uclibc/arm/package.use.force
392 @@ -1,7 +1,8 @@
393 -# Copyright 1999-2016 Gentoo Foundation
394 +# Copyright 1999-2019 Gentoo Authors
395 # Distributed under the terms of the GNU General Public License v2
396
397 # Michał Górny <mgorny@g.o> (24 Sep 2016)
398 # Force the host target to avoid dependency hell
399 +dev-ml/llvm-ocaml llvm_targets_ARM
400 sys-devel/clang llvm_targets_ARM
401 sys-devel/llvm llvm_targets_ARM
402
403 diff --git a/profiles/default/linux/uclibc/mips/package.use.force b/profiles/default/linux/uclibc/mips/package.use.force
404 index 42de426a583..9dea18f7395 100644
405 --- a/profiles/default/linux/uclibc/mips/package.use.force
406 +++ b/profiles/default/linux/uclibc/mips/package.use.force
407 @@ -1,7 +1,8 @@
408 -# Copyright 1999-2017 Gentoo Foundation
409 +# Copyright 1999-2019 Gentoo Authors
410 # Distributed under the terms of the GNU General Public License v2
411
412 # Michał Górny <mgorny@g.o> (24 Sep 2016)
413 # Force the host target to avoid dependency hell
414 +dev-ml/llvm-ocaml llvm_targets_Mips
415 sys-devel/clang llvm_targets_Mips
416 sys-devel/llvm llvm_targets_Mips
417
418 diff --git a/profiles/default/linux/uclibc/ppc/package.use.force b/profiles/default/linux/uclibc/ppc/package.use.force
419 index e18275fe8cd..fc297563763 100644
420 --- a/profiles/default/linux/uclibc/ppc/package.use.force
421 +++ b/profiles/default/linux/uclibc/ppc/package.use.force
422 @@ -1,7 +1,8 @@
423 -# Copyright 1999-2016 Gentoo Foundation
424 +# Copyright 1999-2019 Gentoo Authors
425 # Distributed under the terms of the GNU General Public License v2
426
427 # Michał Górny <mgorny@g.o> (24 Sep 2016)
428 # Force the host target to avoid dependency hell
429 +dev-ml/llvm-ocaml llvm_targets_PowerPC
430 sys-devel/clang llvm_targets_PowerPC
431 sys-devel/llvm llvm_targets_PowerPC
432
433 diff --git a/profiles/default/linux/uclibc/x86/package.use.force b/profiles/default/linux/uclibc/x86/package.use.force
434 index ca264fedc8c..55380264955 100644
435 --- a/profiles/default/linux/uclibc/x86/package.use.force
436 +++ b/profiles/default/linux/uclibc/x86/package.use.force
437 @@ -1,7 +1,8 @@
438 -# Copyright 1999-2016 Gentoo Foundation
439 +# Copyright 1999-2019 Gentoo Authors
440 # Distributed under the terms of the GNU General Public License v2
441
442 # Michał Górny <mgorny@g.o> (24 Sep 2016)
443 # Force the host target to avoid dependency hell
444 +dev-ml/llvm-ocaml llvm_targets_X86
445 sys-devel/clang llvm_targets_X86
446 sys-devel/llvm llvm_targets_X86
447
448 diff --git a/profiles/prefix/darwin/macos/arch/ppc/package.use.force b/profiles/prefix/darwin/macos/arch/ppc/package.use.force
449 index 5b234c4e949..d0be324c4b1 100644
450 --- a/profiles/prefix/darwin/macos/arch/ppc/package.use.force
451 +++ b/profiles/prefix/darwin/macos/arch/ppc/package.use.force
452 @@ -1,7 +1,8 @@
453 -# Copyright 1999-2016 Gentoo Foundation
454 +# Copyright 1999-2019 Gentoo Authors
455 # Distributed under the terms of the GNU General Public License v2
456
457 # Fabian Groffen <grobian@g.o> (20 Dec 2016)
458 # Force the host target to avoid dependency hell
459 +dev-ml/llvm-ocaml llvm_targets_PowerPC
460 sys-devel/clang llvm_targets_PowerPC
461 sys-devel/llvm llvm_targets_PowerPC
462
463 diff --git a/profiles/prefix/darwin/macos/arch/x64/package.use.force b/profiles/prefix/darwin/macos/arch/x64/package.use.force
464 index ef8f6e2272c..44d3760857a 100644
465 --- a/profiles/prefix/darwin/macos/arch/x64/package.use.force
466 +++ b/profiles/prefix/darwin/macos/arch/x64/package.use.force
467 @@ -1,4 +1,4 @@
468 -# Copyright 1999-2018 Gentoo Authors
469 +# Copyright 1999-2019 Gentoo Authors
470 # Distributed under the terms of the GNU General Public License v2
471
472 # Fabian Groffen <grobian@g.o> (29 Nov 2018)
473 @@ -7,5 +7,6 @@ dev-libs/libgcrypt o-flag-munging
474
475 # Fabian Groffen <grobian@g.o> (20 Dec 2016)
476 # Force the host target to avoid dependency hell
477 +dev-ml/llvm-ocaml llvm_targets_X86
478 sys-devel/clang llvm_targets_X86
479 sys-devel/llvm llvm_targets_X86
480
481 diff --git a/profiles/prefix/darwin/macos/arch/x86/package.use.force b/profiles/prefix/darwin/macos/arch/x86/package.use.force
482 index ef8f6e2272c..44d3760857a 100644
483 --- a/profiles/prefix/darwin/macos/arch/x86/package.use.force
484 +++ b/profiles/prefix/darwin/macos/arch/x86/package.use.force
485 @@ -1,4 +1,4 @@
486 -# Copyright 1999-2018 Gentoo Authors
487 +# Copyright 1999-2019 Gentoo Authors
488 # Distributed under the terms of the GNU General Public License v2
489
490 # Fabian Groffen <grobian@g.o> (29 Nov 2018)
491 @@ -7,5 +7,6 @@ dev-libs/libgcrypt o-flag-munging
492
493 # Fabian Groffen <grobian@g.o> (20 Dec 2016)
494 # Force the host target to avoid dependency hell
495 +dev-ml/llvm-ocaml llvm_targets_X86
496 sys-devel/clang llvm_targets_X86
497 sys-devel/llvm llvm_targets_X86