commit: 104bb62006fdfc232eff5690f10ad0e311192c8b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Dec 10 14:14:28 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Dec 10 14:14:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=104bb620
profiles/prefix/darwin/macos/10.15: unmask new bash, readline here too Catalina requires the newer versions as well as Big Sur. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/prefix/darwin/macos/10.15/package.accept_keywords | 6 ------ profiles/prefix/darwin/macos/10.15/package.unmask | 9 +++++++++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/profiles/prefix/darwin/macos/10.15/package.accept_keywords b/profiles/prefix/darwin/macos/10.15/package.accept_keywords deleted file mode 100644 index 268e7873bb5..00000000000 --- a/profiles/prefix/darwin/macos/10.15/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 Catalina -=app-shells/bash-5.1_rc3 ** -=sys-libs/readline-8.1_rc3 ** diff --git a/profiles/prefix/darwin/macos/10.15/package.unmask b/profiles/prefix/darwin/macos/10.15/package.unmask new file mode 100644 index 00000000000..ba281c13095 --- /dev/null +++ b/profiles/prefix/darwin/macos/10.15/package.unmask @@ -0,0 +1,9 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James <[email protected]> (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
