diff options
author | Sam James <sam@gentoo.org> | 2020-12-07 16:54:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-07 16:54:32 +0000 |
commit | c2e803c138f84377894ce3a1d20764662d05d477 (patch) | |
tree | 95978ae908adcbcc25b812594379cae5f52cf598 /profiles | |
parent | dev-python/simplekml: bump (diff) | |
download | gentoo-c2e803c138f84377894ce3a1d20764662d05d477.tar.gz gentoo-c2e803c138f84377894ce3a1d20764662d05d477.tar.bz2 gentoo-c2e803c138f84377894ce3a1d20764662d05d477.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/darwin/macos/11.0/package.accept_keywords | 6 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/11.0/package.mask | 9 |
2 files changed, 9 insertions, 6 deletions
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 <sam@gentoo.org> (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 |