commit: a94f9b561fab4a9bd328a55cb3a3909db04e35b7 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Tue Dec 20 14:59:28 2016 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Tue Dec 20 14:59:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a94f9b56
profiles/prefix: add LLVM_TARGETS for Darwin profiles profiles/prefix/darwin/macos/arch/ppc/package.use.force | 8 ++++++++ profiles/prefix/darwin/macos/arch/ppc64/package.use.force | 8 ++++++++ profiles/prefix/darwin/macos/arch/x64/package.use.force | 8 ++++++++ profiles/prefix/darwin/macos/arch/x86/package.use.force | 4 ++++ 4 files changed, 28 insertions(+) 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 00000000..35d9858 --- /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 <[email protected]> (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 00000000..35d9858 --- /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 <[email protected]> (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 00000000..6339ecd --- /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 <[email protected]> (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 815fec8..6339ecd 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 <[email protected]> (20 Dec 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_X86 +sys-devel/llvm llvm_targets_X86
