diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-11-28 20:40:51 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-11-28 20:40:51 +0000 |
commit | 9c417bacd51da6d8b57fa9f37425161d30d4b95b (patch) | |
tree | 47c9d6e4243f39a1f48afd54c969b65b00a5c649 /profiles/prefix | |
parent | d934827bf44b7cfcf6711964418148fa60877668 (diff) |
gentoo resync : 28.11.2020
Diffstat (limited to 'profiles/prefix')
4 files changed, 21 insertions, 0 deletions
diff --git a/profiles/prefix/darwin/macos/10.15/package.accept_keywords b/profiles/prefix/darwin/macos/10.15/package.accept_keywords new file mode 100644 index 000000000000..268e7873bb54 --- /dev/null +++ b/profiles/prefix/darwin/macos/10.15/package.accept_keywords @@ -0,0 +1,6 @@ +# 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/11.0/package.accept_keywords b/profiles/prefix/darwin/macos/11.0/package.accept_keywords new file mode 100644 index 000000000000..625d924768ff --- /dev/null +++ b/profiles/prefix/darwin/macos/11.0/package.accept_keywords @@ -0,0 +1,6 @@ +# 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/features/fsf-gcc-nold/package.mask b/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask index e1ce7a0144a6..90c1048e4022 100644 --- a/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask +++ b/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask @@ -10,3 +10,6 @@ sys-devel/binutils-apple # packages which link to framework and therefore fail (blocks) dev-util/pkgconfig + +# cmake-3.19.1 works for us +->=dev-util/cmake-3.14 diff --git a/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.use.mask b/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.use.mask new file mode 100644 index 000000000000..a6f14621678f --- /dev/null +++ b/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.use.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Cocoa integration requires frameworks, and this is a bridge too far +# for current FSF GCC +x11-libs/cairo aqua |