From 22fec2d6f125a398305f113f2460bb15befb24eb Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Mon, 20 Feb 2023 14:41:55 +0100 Subject: 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 --- profiles/prefix/darwin/macos/arch/arm64/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles') 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" -- cgit v1.2.3-65-gdbad