From c2e803c138f84377894ce3a1d20764662d05d477 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 7 Dec 2020 16:54:09 +0000 Subject: profiles/prefix/darwin/macos/11.0: unmask new bash, readline We need these in order to successfully bootstrap on Big Sur. Signed-off-by: Sam James --- profiles/prefix/darwin/macos/11.0/package.accept_keywords | 6 ------ profiles/prefix/darwin/macos/11.0/package.mask | 9 +++++++++ 2 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 profiles/prefix/darwin/macos/11.0/package.accept_keywords create mode 100644 profiles/prefix/darwin/macos/11.0/package.mask diff --git a/profiles/prefix/darwin/macos/11.0/package.accept_keywords b/profiles/prefix/darwin/macos/11.0/package.accept_keywords deleted file mode 100644 index 625d924768ff..000000000000 --- a/profiles/prefix/darwin/macos/11.0/package.accept_keywords +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# this is the only version known to compile on macOS Big Sur -=app-shells/bash-5.1_rc3 ** -=sys-libs/readline-8.1_rc3 ** diff --git a/profiles/prefix/darwin/macos/11.0/package.mask b/profiles/prefix/darwin/macos/11.0/package.mask new file mode 100644 index 000000000000..b9d70a0400f2 --- /dev/null +++ b/profiles/prefix/darwin/macos/11.0/package.mask @@ -0,0 +1,9 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James (2020-12-07) +# Unmask only working versions for Big Sur +# They're currently masked in main tree +# for testing. +->=sys-libs/readline-8.1 +->=app-shells/bash-5.1 -- cgit v1.2.3-18-g5258