profiles/arch: Force host targets for LLVM
authorMichał Górny <mgorny@gentoo.org>
Sat, 24 Sep 2016 20:02:08 +0000 (22:02 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 29 Sep 2016 14:13:03 +0000 (16:13 +0200)
profiles/arch/amd64-fbsd/package.use.force
profiles/arch/amd64/package.use.force
profiles/arch/arm/package.use.force
profiles/arch/arm64/package.use.force
profiles/arch/mips/package.use.force
profiles/arch/powerpc/package.use.force
profiles/arch/sparc-fbsd/package.use.force [new file with mode: 0644]
profiles/arch/sparc/package.use.force
profiles/arch/x86-fbsd/package.use.force [new file with mode: 0644]
profiles/arch/x86/package.use.force

index f0af6afad5d13d148aff821d33fe0034e2644087..acd73cf7710bd7429dfa090be3b1f9d2c8572d84 100644 (file)
@@ -1,3 +1,12 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Michał Górny <mgorny@gentoo.org> (24 Sep 2016)
+# Force the host target to avoid dependency hell
+sys-devel/clang llvm_targets_X86
+sys-devel/llvm llvm_targets_X86
+
 # Multilib flag for the system is forced
 sys-freebsd/freebsd-lib abi_x86_32
 sys-freebsd/freebsd-ubin abi_x86_32
index 369a049a2c9497c59ecdd82a2cb6492660b0294e..9b19fbeebdf4a6656d25ab194aadfab8bd70d52b 100644 (file)
@@ -1,7 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Michał Górny <mgorny@gentoo.org> (24 Sep 2016)
+# Force the host target to avoid dependency hell
+sys-devel/clang llvm_targets_X86
+sys-devel/llvm llvm_targets_X86
+
 # NP-Hardass <NP-Hardass@gentoo.org> (12 Mar 2016)
 # 32 bit required, 64 bit optional
 www-plugins/pipelight abi_x86_32 -abi_x86_64
index 9ffc44d61e574093e1c5eca4b91d3f4b87d92569..ec4084e74d5ad894e111d9782f0fcfd61b276956 100644 (file)
@@ -1,7 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Michał Górny <mgorny@gentoo.org> (24 Sep 2016)
+# Force the host target to avoid dependency hell
+sys-devel/clang llvm_targets_ARM
+sys-devel/llvm llvm_targets_ARM
+
 # Anthony G. Basile <blueness@gentoo.org> (11 Nov 2012)
 # Only gnome-base/gdm has stable keywording. If x11-misc/lightdm or kde-base/kdm
 # gets stable keyword, this line can be removed.
index 3d9b59d6e485617bec5049e0a2acf6a83a7f8af8..a5c1831f383f1394e1692258e5d23e1de919d585 100644 (file)
@@ -2,6 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Michał Górny <mgorny@gentoo.org> (24 Sep 2016)
+# Force the host target to avoid dependency hell
+sys-devel/clang llvm_targets_AArch64
+sys-devel/llvm llvm_targets_AArch64
+
 # James Le Cuirot <chewi@gentoo.org> (16 May 2016)
 # For reasons best known to themselves, Oracle do not ship the
 # libawt_xawt.so library on arm64 even though they do on arm32.
index a418830171547fc6474fdbca52b9a97c0ae87de0..9fdc5d34f75ce5b591b9af19c76a9126a1ca77e2 100644 (file)
@@ -1,7 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Michał Górny <mgorny@gentoo.org> (24 Sep 2016)
+# Force the host target to avoid dependency hell
+sys-devel/clang llvm_targets_Mips
+sys-devel/llvm llvm_targets_Mips
+
 # Mike Frysinger <vapier@gentoo.org> (16 Mar 2015)
 # Needs dev-lang/luajit tested #499974
 dev-libs/efl oldlua
index 846a4b60dbf4f355606765f23e4496b2d420121e..707495aab58e774f03d12d5645b8822438261644 100644 (file)
@@ -1,7 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Michał Górny <mgorny@gentoo.org> (24 Sep 2016)
+# Force the host target to avoid dependency hell
+sys-devel/clang llvm_targets_PowerPC
+sys-devel/llvm llvm_targets_PowerPC
+
 # Mike Frysinger <vapier@gentoo.org> (16 Mar 2015)
 # Needs dev-lang/luajit tested #499974
 dev-libs/efl oldlua
diff --git a/profiles/arch/sparc-fbsd/package.use.force b/profiles/arch/sparc-fbsd/package.use.force
new file mode 100644 (file)
index 0000000..34e0bea
--- /dev/null
@@ -0,0 +1,8 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Michał Górny <mgorny@gentoo.org> (24 Sep 2016)
+# Force the host target to avoid dependency hell
+sys-devel/clang llvm_targets_Sparc
+sys-devel/llvm llvm_targets_Sparc
index 5db5bc85195998f5be269403427476940c8a846d..038af457cd74e31bb93351f700d799b9d0dc18d0 100644 (file)
@@ -1,7 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Michał Górny <mgorny@gentoo.org> (24 Sep 2016)
+# Force the host target to avoid dependency hell
+sys-devel/clang llvm_targets_Sparc
+sys-devel/llvm llvm_targets_Sparc
+
 # Mike Frysinger <vapier@gentoo.org> (16 Mar 2015)
 # Needs dev-lang/luajit tested #499974
 dev-libs/efl oldlua
diff --git a/profiles/arch/x86-fbsd/package.use.force b/profiles/arch/x86-fbsd/package.use.force
new file mode 100644 (file)
index 0000000..28125cb
--- /dev/null
@@ -0,0 +1,8 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Michał Górny <mgorny@gentoo.org> (24 Sep 2016)
+# Force the host target to avoid dependency hell
+sys-devel/clang llvm_targets_X86
+sys-devel/llvm llvm_targets_X86
index 6c658c25ea8576ad97aaef8b12efcd7003c600ca..fe80bf65ce074bd4579788afd5b16d6dff885fa8 100644 (file)
@@ -1,7 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Michał Górny <mgorny@gentoo.org> (24 Sep 2016)
+# Force the host target to avoid dependency hell
+sys-devel/clang llvm_targets_X86
+sys-devel/llvm llvm_targets_X86
+
 # Pawel Hajdan jr <phajdan.jr@gentoo.org> (12 Jun 2014)
 # On x86 Chromium can be built in non-PIC mode, and this
 # flag can affect performance, see http://crbug.com/332109 .