diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-12-20 15:02:07 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-12-20 15:02:07 +0000 |
commit | 5b3d2a17414a49ef9f258cd5de943f21f9fe972e (patch) | |
tree | cfd3a8606878005c3ed99315f954aa378fe2a7dd | |
parent | 2016-12-20 14:42:38 UTC (diff) | |
parent | profiles/prefix: add LLVM_TARGETS for Darwin profiles (diff) | |
download | gentoo-5b3d2a17414a49ef9f258cd5de943f21f9fe972e.tar.gz gentoo-5b3d2a17414a49ef9f258cd5de943f21f9fe972e.tar.bz2 gentoo-5b3d2a17414a49ef9f258cd5de943f21f9fe972e.zip |
Merge updates from master
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 |