commit: 0d0831c4b691c9bb0863183e7a7b0e141109bfdc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Nov 9 06:14:21 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 9 06:14:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0831c4
profiles/prefix/darwin/macos/arch/arm64: mask gcc-11.2.0 About to add it to ::prefix and don't want to disrupt arm64 M1 prefix bootstrapping which needs gcc-11_pre... atm. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/prefix/darwin/macos/arch/arm64/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/prefix/darwin/macos/arch/arm64/package.mask b/profiles/prefix/darwin/macos/arch/arm64/package.mask new file mode 100644 index 00000000000..b642037494e --- /dev/null +++ b/profiles/prefix/darwin/macos/arch/arm64/package.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James <[email protected]> (2021-11-09) +# Doesn't support arm64. Fall back to snapshot in ::prefix for now. +=sys-devel/gcc-11.2.0
