diff options
author | Fabian Groffen <grobian@gentoo.org> | 2016-12-20 15:59:28 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2016-12-20 15:59:49 +0100 |
commit | a94f9b561fab4a9bd328a55cb3a3909db04e35b7 (patch) | |
tree | 449325f2e2d991434e2784afe435f13fabea76ca /profiles | |
parent | media-sound/bpmdetect-0.6.1-r1: stable on amd64 (diff) | |
download | gentoo-a94f9b561fab4a9bd328a55cb3a3909db04e35b7.tar.gz gentoo-a94f9b561fab4a9bd328a55cb3a3909db04e35b7.tar.bz2 gentoo-a94f9b561fab4a9bd328a55cb3a3909db04e35b7.zip |
profiles/prefix: add LLVM_TARGETS for Darwin profiles
Diffstat (limited to 'profiles')
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 |