diff options
author | Sam James <sam@gentoo.org> | 2020-12-10 14:14:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-10 14:14:28 +0000 |
commit | 104bb62006fdfc232eff5690f10ad0e311192c8b (patch) | |
tree | c717cefeee5e4c106013d69c93cf4c9053da2b0d /profiles/prefix | |
parent | sci-libs/htslib: Remove old 1.9 (diff) | |
download | gentoo-104bb62006fdfc232eff5690f10ad0e311192c8b.tar.gz gentoo-104bb62006fdfc232eff5690f10ad0e311192c8b.tar.bz2 gentoo-104bb62006fdfc232eff5690f10ad0e311192c8b.zip |
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@gentoo.org>
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/darwin/macos/10.15/package.accept_keywords | 6 | ||||
-rw-r--r-- | 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 268e7873bb54..000000000000 --- 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 000000000000..ba281c130957 --- /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 <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 |