diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-09-24 22:02:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-09-29 16:13:03 +0200 |
commit | 0974d1af4a752cb705d3b235168b34c9a4f7fa4f (patch) | |
tree | edb1b483b46d3750e3fa1e198fd4b14150a2cf5b /profiles/arch/amd64/package.use.force | |
parent | sys-devel/clang: Use LLVM_TARGETS flags (diff) | |
download | gentoo-0974d1af4a752cb705d3b235168b34c9a4f7fa4f.tar.gz gentoo-0974d1af4a752cb705d3b235168b34c9a4f7fa4f.tar.bz2 gentoo-0974d1af4a752cb705d3b235168b34c9a4f7fa4f.zip |
profiles/arch: Force host targets for LLVM
Diffstat (limited to 'profiles/arch/amd64/package.use.force')
-rw-r--r-- | profiles/arch/amd64/package.use.force | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/profiles/arch/amd64/package.use.force b/profiles/arch/amd64/package.use.force index 369a049a2c94..9b19fbeebdf4 100644 --- a/profiles/arch/amd64/package.use.force +++ b/profiles/arch/amd64/package.use.force @@ -1,7 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Michał Górny <mgorny@gentoo.org> (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_X86 +sys-devel/llvm llvm_targets_X86 + # NP-Hardass <NP-Hardass@gentoo.org> (12 Mar 2016) # 32 bit required, 64 bit optional www-plugins/pipelight abi_x86_32 -abi_x86_64 |