profiles/prefix: add LLVM_TARGETS for Darwin profiles
authorFabian Groffen <grobian@gentoo.org>
Tue, 20 Dec 2016 14:59:28 +0000 (15:59 +0100)
committerFabian Groffen <grobian@gentoo.org>
Tue, 20 Dec 2016 14:59:49 +0000 (15:59 +0100)
profiles/prefix/darwin/macos/arch/ppc/package.use.force [new file with mode: 0644]
profiles/prefix/darwin/macos/arch/ppc64/package.use.force [new file with mode: 0644]
profiles/prefix/darwin/macos/arch/x64/package.use.force [new file with mode: 0644]
profiles/prefix/darwin/macos/arch/x86/package.use.force

diff --git a/profiles/prefix/darwin/macos/arch/ppc/package.use.force b/profiles/prefix/darwin/macos/arch/ppc/package.use.force
new file mode 100644 (file)
index 0000000..35d9858
--- /dev/null
@@ -0,0 +1,8 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Fabian Groffen <grobian@gentoo.org> (20 Dec 2016)
+# Force the host target to avoid dependency hell
+sys-devel/clang llvm_targets_PowerPC
+sys-devel/llvm llvm_targets_PowerPC
diff --git a/profiles/prefix/darwin/macos/arch/ppc64/package.use.force b/profiles/prefix/darwin/macos/arch/ppc64/package.use.force
new file mode 100644 (file)
index 0000000..35d9858
--- /dev/null
@@ -0,0 +1,8 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Fabian Groffen <grobian@gentoo.org> (20 Dec 2016)
+# Force the host target to avoid dependency hell
+sys-devel/clang llvm_targets_PowerPC
+sys-devel/llvm llvm_targets_PowerPC
diff --git a/profiles/prefix/darwin/macos/arch/x64/package.use.force b/profiles/prefix/darwin/macos/arch/x64/package.use.force
new file mode 100644 (file)
index 0000000..6339ecd
--- /dev/null
@@ -0,0 +1,8 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Fabian Groffen <grobian@gentoo.org> (20 Dec 2016)
+# Force the host target to avoid dependency hell
+sys-devel/clang llvm_targets_X86
+sys-devel/llvm llvm_targets_X86
index 815fec895a628afe9b8d8f3603dfd8f1686f6c3e..6339ecd7af59535d7dc21368da60a3adaeab0e51 100644 (file)
@@ -2,3 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Fabian Groffen <grobian@gentoo.org> (20 Dec 2016)
+# Force the host target to avoid dependency hell
+sys-devel/clang llvm_targets_X86
+sys-devel/llvm llvm_targets_X86