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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A25815800F for ; Mon, 20 Feb 2023 13:43:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84101E0A96; Mon, 20 Feb 2023 13:43:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65DA4E0A96 for ; Mon, 20 Feb 2023 13:43:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A0EC340C08 for ; Mon, 20 Feb 2023 13:43:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D90DE888 for ; Mon, 20 Feb 2023 13:43:48 +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: <1676900515.22fec2d6f125a398305f113f2460bb15befb24eb.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/make.defaults X-VCS-Directories: profiles/prefix/darwin/macos/arch/arm64/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 22fec2d6f125a398305f113f2460bb15befb24eb X-VCS-Branch: master Date: Mon, 20 Feb 2023 13:43:48 +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: a1108f68-e14f-41ac-8d68-fc53b2f06293 X-Archives-Hash: 472f7b7e4c6d85598a824d3f0673169a commit: 22fec2d6f125a398305f113f2460bb15befb24eb Author: Fabian Groffen gentoo org> AuthorDate: Mon Feb 20 13:41:55 2023 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Feb 20 13:41:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22fec2d6 profiles/prefix/darwin/macos/arch/arm64/make.defaults: don't hijack keyword As discussed in bug #895524 with QA, remove hack that should've never been committed to be honestly. M1 macOS users will have to temp add this on their configs, while I sort out which packages can be keyworded. Signed-off-by: Fabian Groffen gentoo.org> profiles/prefix/darwin/macos/arch/arm64/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/prefix/darwin/macos/arch/arm64/make.defaults b/profiles/prefix/darwin/macos/arch/arm64/make.defaults index 3ceab05d32e1..4bd8a3ab9cb6 100644 --- a/profiles/prefix/darwin/macos/arch/arm64/make.defaults +++ b/profiles/prefix/darwin/macos/arch/arm64/make.defaults @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 ARCH="arm64-macos" -ACCEPT_KEYWORDS="~x64-macos" # this is a hack whilst we don't have full system +ACCEPT_KEYWORDS="~arm64-macos" # multilib build stuff, single ABI (no multilib) ABI="arm64"