Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/12.0/, profiles/prefix/darwin/macos/11.0/
Date: Sat, 08 Jan 2022 18:51:33
Message-Id: 1641667857.3181a873ea6f6d69442de02b74901cc08ed68219.grobian@gentoo
1 commit: 3181a873ea6f6d69442de02b74901cc08ed68219
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 8 18:50:57 2022 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 8 18:50:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3181a873
7
8 profiles/prefix/darwin/macos: mask latest cmake on 11 and up
9
10 Closes: https://bugs.gentoo.org/830425
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 profiles/prefix/darwin/macos/11.0/package.mask | 6 ++++++
14 profiles/prefix/darwin/macos/12.0/package.mask | 6 ++++++
15 2 files changed, 12 insertions(+)
16
17 diff --git a/profiles/prefix/darwin/macos/11.0/package.mask b/profiles/prefix/darwin/macos/11.0/package.mask
18 new file mode 100644
19 index 000000000000..9dcb3967e082
20 --- /dev/null
21 +++ b/profiles/prefix/darwin/macos/11.0/package.mask
22 @@ -0,0 +1,6 @@
23 +# Copyright 1999-2022 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +# Fabian Groffen <grobian@g.o> (2022-01-08)
27 +# malloc crash during install, bug #830425
28 +=dev-util/cmake-3.22.1
29
30 diff --git a/profiles/prefix/darwin/macos/12.0/package.mask b/profiles/prefix/darwin/macos/12.0/package.mask
31 new file mode 100644
32 index 000000000000..9dcb3967e082
33 --- /dev/null
34 +++ b/profiles/prefix/darwin/macos/12.0/package.mask
35 @@ -0,0 +1,6 @@
36 +# Copyright 1999-2022 Gentoo Authors
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +# Fabian Groffen <grobian@g.o> (2022-01-08)
40 +# malloc crash during install, bug #830425
41 +=dev-util/cmake-3.22.1