commit: 3181a873ea6f6d69442de02b74901cc08ed68219 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Jan 8 18:50:57 2022 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sat Jan 8 18:50:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3181a873
profiles/prefix/darwin/macos: mask latest cmake on 11 and up Closes: https://bugs.gentoo.org/830425 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/prefix/darwin/macos/11.0/package.mask | 6 ++++++ profiles/prefix/darwin/macos/12.0/package.mask | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/profiles/prefix/darwin/macos/11.0/package.mask b/profiles/prefix/darwin/macos/11.0/package.mask new file mode 100644 index 000000000000..9dcb3967e082 --- /dev/null +++ b/profiles/prefix/darwin/macos/11.0/package.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Fabian Groffen <[email protected]> (2022-01-08) +# malloc crash during install, bug #830425 +=dev-util/cmake-3.22.1 diff --git a/profiles/prefix/darwin/macos/12.0/package.mask b/profiles/prefix/darwin/macos/12.0/package.mask new file mode 100644 index 000000000000..9dcb3967e082 --- /dev/null +++ b/profiles/prefix/darwin/macos/12.0/package.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Fabian Groffen <[email protected]> (2022-01-08) +# malloc crash during install, bug #830425 +=dev-util/cmake-3.22.1
