summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository QA checks <repo-qa-checks@gentoo.org>2016-12-20 15:02:07 +0000
committerRepository QA checks <repo-qa-checks@gentoo.org>2016-12-20 15:02:07 +0000
commit5b3d2a17414a49ef9f258cd5de943f21f9fe972e (patch)
treecfd3a8606878005c3ed99315f954aa378fe2a7dd
parent2016-12-20 14:42:38 UTC (diff)
parentprofiles/prefix: add LLVM_TARGETS for Darwin profiles (diff)
downloadgentoo-5b3d2a17414a49ef9f258cd5de943f21f9fe972e.tar.gz
gentoo-5b3d2a17414a49ef9f258cd5de943f21f9fe972e.tar.bz2
gentoo-5b3d2a17414a49ef9f258cd5de943f21f9fe972e.zip
Merge updates from master
-rw-r--r--profiles/prefix/darwin/macos/arch/ppc/package.use.force8
-rw-r--r--profiles/prefix/darwin/macos/arch/ppc64/package.use.force8
-rw-r--r--profiles/prefix/darwin/macos/arch/x64/package.use.force8
-rw-r--r--profiles/prefix/darwin/macos/arch/x86/package.use.force4
4 files changed, 28 insertions, 0 deletions
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
index 000000000000..35d9858cd54d
--- /dev/null
+++ b/profiles/prefix/darwin/macos/arch/ppc/package.use.force
@@ -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
index 000000000000..35d9858cd54d
--- /dev/null
+++ b/profiles/prefix/darwin/macos/arch/ppc64/package.use.force
@@ -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
index 000000000000..6339ecd7af59
--- /dev/null
+++ b/profiles/prefix/darwin/macos/arch/x64/package.use.force
@@ -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
diff --git a/profiles/prefix/darwin/macos/arch/x86/package.use.force b/profiles/prefix/darwin/macos/arch/x86/package.use.force
index 815fec895a62..6339ecd7af59 100644
--- a/profiles/prefix/darwin/macos/arch/x86/package.use.force
+++ b/profiles/prefix/darwin/macos/arch/x86/package.use.force
@@ -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