From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ECEB01382C5 for ; Thu, 31 Dec 2020 18:22:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 124F2E0802; Thu, 31 Dec 2020 18:22:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1F9EE0802 for ; Thu, 31 Dec 2020 18:22:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10831340E2F for ; Thu, 31 Dec 2020 18:22:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73B24CC for ; Thu, 31 Dec 2020 18:22:05 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1609438923.e87aca1f77e6097a1324165793b74f1c62bba5ca.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/arch/arm64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/prefix/darwin/macos/arch/arm64/package.use.force X-VCS-Directories: profiles/prefix/darwin/macos/arch/arm64/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: e87aca1f77e6097a1324165793b74f1c62bba5ca X-VCS-Branch: master Date: Thu, 31 Dec 2020 18:22:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 208d2cfe-2328-41c4-a2e1-00fa407c5a6a X-Archives-Hash: e6842585a31d8155db01913042bae2c4 commit: e87aca1f77e6097a1324165793b74f1c62bba5ca Author: Fabian Groffen gentoo org> AuthorDate: Thu Dec 31 18:21:02 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Dec 31 18:22:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e87aca1f profiles/prefix/darwin/macos/arch/arm64: force correct llvm target without it, it is so hard to compile code for the host Signed-off-by: Fabian Groffen gentoo.org> profiles/prefix/darwin/macos/arch/arm64/package.use.force | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/prefix/darwin/macos/arch/arm64/package.use.force b/profiles/prefix/darwin/macos/arch/arm64/package.use.force new file mode 100644 index 00000000000..70cf505126a --- /dev/null +++ b/profiles/prefix/darwin/macos/arch/arm64/package.use.force @@ -0,0 +1,8 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Fabian Groffen (2020-12-31) +# Force the host target to avoid dependency hell +dev-ml/llvm-ocaml llvm_targets_AArch64 +sys-devel/clang llvm_targets_AArch64 +sys-devel/llvm llvm_targets_AArch64