diff options
author | Fabian Groffen <grobian@gentoo.org> | 2022-01-08 19:50:57 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2022-01-08 19:50:57 +0100 |
commit | 3181a873ea6f6d69442de02b74901cc08ed68219 (patch) | |
tree | 65328b0436fccd19081b827289c2c63543d7fe96 /profiles/prefix/darwin | |
parent | dev-python/colorclass: Remove old (diff) | |
download | gentoo-3181a873ea6f6d69442de02b74901cc08ed68219.tar.gz gentoo-3181a873ea6f6d69442de02b74901cc08ed68219.tar.bz2 gentoo-3181a873ea6f6d69442de02b74901cc08ed68219.zip |
profiles/prefix/darwin/macos: mask latest cmake on 11 and up
Closes: https://bugs.gentoo.org/830425
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles/prefix/darwin')
-rw-r--r-- | profiles/prefix/darwin/macos/11.0/package.mask | 6 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/12.0/package.mask | 6 |
2 files changed, 12 insertions, 0 deletions
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 <grobian@gentoo.org> (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 <grobian@gentoo.org> (2022-01-08) +# malloc crash during install, bug #830425 +=dev-util/cmake-3.22.1 |