diff options
author | Felix Janda <felix.janda@posteo.de> | 2016-10-02 07:56:40 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-10-02 11:00:34 -0400 |
commit | a43e4d7d3d2da4dfaa7218cbf07e5da954fe00a3 (patch) | |
tree | 0a0cfdf8d316ec45741d87817db58e7bd5561050 /profiles | |
parent | sci-physics/meep: Remove use-flag mpb and hard-disable functionality and depe... (diff) | |
download | gentoo-a43e4d7d3d2da4dfaa7218cbf07e5da954fe00a3.tar.gz gentoo-a43e4d7d3d2da4dfaa7218cbf07e5da954fe00a3.tar.bz2 gentoo-a43e4d7d3d2da4dfaa7218cbf07e5da954fe00a3.zip |
profiles: force host targets for LLVM also on musl and uclibc
Gentoo-Bug: https://bugs.gentoo.org/595826
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'profiles')
11 files changed, 82 insertions, 0 deletions
diff --git a/profiles/default/linux/uclibc/amd64/package.use.force b/profiles/default/linux/uclibc/amd64/package.use.force new file mode 100644 index 000000000000..28125cb62afa --- /dev/null +++ b/profiles/default/linux/uclibc/amd64/package.use.force @@ -0,0 +1,8 @@ +# 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 diff --git a/profiles/default/linux/uclibc/arm/package.use.force b/profiles/default/linux/uclibc/arm/package.use.force new file mode 100644 index 000000000000..fbb5069587f0 --- /dev/null +++ b/profiles/default/linux/uclibc/arm/package.use.force @@ -0,0 +1,8 @@ +# 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_ARM +sys-devel/llvm llvm_targets_ARM diff --git a/profiles/default/linux/uclibc/mips/package.use.force b/profiles/default/linux/uclibc/mips/package.use.force index 1753d9c25f60..8a1c533781fb 100644 --- a/profiles/default/linux/uclibc/mips/package.use.force +++ b/profiles/default/linux/uclibc/mips/package.use.force @@ -2,6 +2,11 @@ # 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_Mips +sys-devel/llvm llvm_targets_Mips + # Vicente Olivert Riera <vincent@gentoo.org> (12 Sep 2014) # If deprecated USE flag is not set, www-client/midori will # depend on net-libs/webkit-gtk:3 which fails to compile diff --git a/profiles/default/linux/uclibc/ppc/package.use.force b/profiles/default/linux/uclibc/ppc/package.use.force new file mode 100644 index 000000000000..228eb0d46563 --- /dev/null +++ b/profiles/default/linux/uclibc/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$ + +# Michał Górny <mgorny@gentoo.org> (24 Sep 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/default/linux/uclibc/x86/package.use.force b/profiles/default/linux/uclibc/x86/package.use.force new file mode 100644 index 000000000000..28125cb62afa --- /dev/null +++ b/profiles/default/linux/uclibc/x86/package.use.force @@ -0,0 +1,8 @@ +# 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 diff --git a/profiles/hardened/linux/musl/amd64/package.use.force b/profiles/hardened/linux/musl/amd64/package.use.force new file mode 100644 index 000000000000..28125cb62afa --- /dev/null +++ b/profiles/hardened/linux/musl/amd64/package.use.force @@ -0,0 +1,8 @@ +# 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 diff --git a/profiles/hardened/linux/musl/arm/package.use.force b/profiles/hardened/linux/musl/arm/package.use.force new file mode 100644 index 000000000000..fbb5069587f0 --- /dev/null +++ b/profiles/hardened/linux/musl/arm/package.use.force @@ -0,0 +1,8 @@ +# 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_ARM +sys-devel/llvm llvm_targets_ARM diff --git a/profiles/hardened/linux/musl/arm64/package.use.force b/profiles/hardened/linux/musl/arm64/package.use.force new file mode 100644 index 000000000000..7ee1a494bc58 --- /dev/null +++ b/profiles/hardened/linux/musl/arm64/package.use.force @@ -0,0 +1,8 @@ +# 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_AArch64 +sys-devel/llvm llvm_targets_AArch64 diff --git a/profiles/hardened/linux/musl/mips/package.use.force b/profiles/hardened/linux/musl/mips/package.use.force index 972c4bff1640..c184bfa93060 100644 --- a/profiles/hardened/linux/musl/mips/package.use.force +++ b/profiles/hardened/linux/musl/mips/package.use.force @@ -1,2 +1,7 @@ +# Michał Górny <mgorny@gentoo.org> (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_Mips +sys-devel/llvm llvm_targets_Mips + # The only working option dev-util/pkgconf pkg-config diff --git a/profiles/hardened/linux/musl/ppc/package.use.force b/profiles/hardened/linux/musl/ppc/package.use.force new file mode 100644 index 000000000000..228eb0d46563 --- /dev/null +++ b/profiles/hardened/linux/musl/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$ + +# Michał Górny <mgorny@gentoo.org> (24 Sep 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/hardened/linux/musl/x86/package.use.force b/profiles/hardened/linux/musl/x86/package.use.force new file mode 100644 index 000000000000..28125cb62afa --- /dev/null +++ b/profiles/hardened/linux/musl/x86/package.use.force @@ -0,0 +1,8 @@ +# 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 |