commit:     a43e4d7d3d2da4dfaa7218cbf07e5da954fe00a3
Author:     Felix Janda <felix.janda <AT> posteo <DOT> de>
AuthorDate: Sun Oct  2 11:56:40 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Oct  2 15:00:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43e4d7d

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 <AT> gentoo.org>

 profiles/default/linux/uclibc/amd64/package.use.force | 8 ++++++++
 profiles/default/linux/uclibc/arm/package.use.force   | 8 ++++++++
 profiles/default/linux/uclibc/mips/package.use.force  | 5 +++++
 profiles/default/linux/uclibc/ppc/package.use.force   | 8 ++++++++
 profiles/default/linux/uclibc/x86/package.use.force   | 8 ++++++++
 profiles/hardened/linux/musl/amd64/package.use.force  | 8 ++++++++
 profiles/hardened/linux/musl/arm/package.use.force    | 8 ++++++++
 profiles/hardened/linux/musl/arm64/package.use.force  | 8 ++++++++
 profiles/hardened/linux/musl/mips/package.use.force   | 5 +++++
 profiles/hardened/linux/musl/ppc/package.use.force    | 8 ++++++++
 profiles/hardened/linux/musl/x86/package.use.force    | 8 ++++++++
 11 files changed, 82 insertions(+)

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 00000000..28125cb
--- /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 <mgo...@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 00000000..fbb5069
--- /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 <mgo...@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 1753d9c..8a1c533 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 <mgo...@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 <vinc...@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 00000000..228eb0d
--- /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 <mgo...@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 00000000..28125cb
--- /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 <mgo...@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 00000000..28125cb
--- /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 <mgo...@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 00000000..fbb5069
--- /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 <mgo...@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 00000000..7ee1a49
--- /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 <mgo...@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 972c4bf..c184bfa 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 <mgo...@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 00000000..228eb0d
--- /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 <mgo...@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 00000000..28125cb
--- /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 <mgo...@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

Reply via email to