commit: 2216952882daa7a0b322effbad204a5847e2d4ca Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Dec 16 18:52:34 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Dec 16 18:53:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22169528
profiles/prefix/darwin/macos: drop bash, readline unmask These versions are now unmasked in the main profiles. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/prefix/darwin/macos/10.15/package.unmask | 10 ---------- profiles/prefix/darwin/macos/11.0/package.unmask | 10 ---------- 2 files changed, 20 deletions(-) diff --git a/profiles/prefix/darwin/macos/10.15/package.unmask b/profiles/prefix/darwin/macos/10.15/package.unmask deleted file mode 100644 index 08df86b1e66..00000000000 --- a/profiles/prefix/darwin/macos/10.15/package.unmask +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Sam James <[email protected]> (2020-12-10) -# Unmask only working versions for Catalina -# (and Big Sur) -# They're currently masked in main tree -# for testing. -~sys-libs/readline-8.1 -~app-shells/bash-5.1 diff --git a/profiles/prefix/darwin/macos/11.0/package.unmask b/profiles/prefix/darwin/macos/11.0/package.unmask deleted file mode 100644 index c962eae041f..00000000000 --- a/profiles/prefix/darwin/macos/11.0/package.unmask +++ /dev/null @@ -1,10 +0,0 @@ -# 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 -# (and Catalina) -# They're currently masked in main tree -# for testing. -~sys-libs/readline-8.1 -~app-shells/bash-5.1
