profiles: force host targets for LLVM also on musl and uclibc
authorFelix Janda <felix.janda@posteo.de>
Sun, 2 Oct 2016 11:56:40 +0000 (07:56 -0400)
committerAnthony G. Basile <blueness@gentoo.org>
Sun, 2 Oct 2016 15:00:34 +0000 (11:00 -0400)
Gentoo-Bug: https://bugs.gentoo.org/595826

Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
profiles/default/linux/uclibc/amd64/package.use.force [new file with mode: 0644]
profiles/default/linux/uclibc/arm/package.use.force [new file with mode: 0644]
profiles/default/linux/uclibc/mips/package.use.force
profiles/default/linux/uclibc/ppc/package.use.force [new file with mode: 0644]
profiles/default/linux/uclibc/x86/package.use.force [new file with mode: 0644]
profiles/hardened/linux/musl/amd64/package.use.force [new file with mode: 0644]
profiles/hardened/linux/musl/arm/package.use.force [new file with mode: 0644]
profiles/hardened/linux/musl/arm64/package.use.force [new file with mode: 0644]
profiles/hardened/linux/musl/mips/package.use.force
profiles/hardened/linux/musl/ppc/package.use.force [new file with mode: 0644]
profiles/hardened/linux/musl/x86/package.use.force [new file with mode: 0644]

diff --git a/profiles/default/linux/uclibc/amd64/package.use.force b/profiles/default/linux/uclibc/amd64/package.use.force
new file mode 100644 (file)
index 0000000..28125cb
--- /dev/null
@@ -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 (file)
index 0000000..fbb5069
--- /dev/null
@@ -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
index 1753d9c25f60a9010518c9e3fcf89ddc44713edb..8a1c533781fbf561f76345308a438423bf7a9a4d 100644 (file)
@@ -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 (file)
index 0000000..228eb0d
--- /dev/null
@@ -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 (file)
index 0000000..28125cb
--- /dev/null
@@ -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 (file)
index 0000000..28125cb
--- /dev/null
@@ -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 (file)
index 0000000..fbb5069
--- /dev/null
@@ -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 (file)
index 0000000..7ee1a49
--- /dev/null
@@ -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
index 972c4bff1640a43ee38393697548167cb9a5d447..c184bfa93060a617607d0992f55b34f8d0bafb91 100644 (file)
@@ -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 (file)
index 0000000..228eb0d
--- /dev/null
@@ -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 (file)
index 0000000..28125cb
--- /dev/null
@@ -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