diff options
author | Sam James <sam@gentoo.org> | 2020-12-16 18:52:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-16 18:53:09 +0000 |
commit | 2216952882daa7a0b322effbad204a5847e2d4ca (patch) | |
tree | e1697eab98e9231757319f747d7e9ce7843cf3a4 /profiles/prefix | |
parent | dev-lang/php: security cleanup (bug #756775) (diff) | |
download | gentoo-2216952882daa7a0b322effbad204a5847e2d4ca.tar.gz gentoo-2216952882daa7a0b322effbad204a5847e2d4ca.tar.bz2 gentoo-2216952882daa7a0b322effbad204a5847e2d4ca.zip |
profiles/prefix/darwin/macos: drop bash, readline unmask
These versions are now unmasked in the main profiles.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/darwin/macos/10.15/package.unmask | 10 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/11.0/package.unmask | 10 |
2 files changed, 0 insertions, 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 08df86b1e664..000000000000 --- 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 <sam@gentoo.org> (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 c962eae041f1..000000000000 --- 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 <sam@gentoo.org> (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 |