summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/prefix/darwin/macos/11.0/package.mask6
-rw-r--r--profiles/prefix/darwin/macos/12.0/package.mask6
-rw-r--r--profiles/prefix/darwin/macos/package.mask6
3 files changed, 5 insertions, 13 deletions
diff --git a/profiles/prefix/darwin/macos/11.0/package.mask b/profiles/prefix/darwin/macos/11.0/package.mask
deleted file mode 100644
index 9dcb3967e082..000000000000
--- a/profiles/prefix/darwin/macos/11.0/package.mask
+++ /dev/null
@@ -1,6 +0,0 @@
-# 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
deleted file mode 100644
index 9dcb3967e082..000000000000
--- a/profiles/prefix/darwin/macos/12.0/package.mask
+++ /dev/null
@@ -1,6 +0,0 @@
-# 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/package.mask b/profiles/prefix/darwin/macos/package.mask
index a406d72c1e6a..1d194495f268 100644
--- a/profiles/prefix/darwin/macos/package.mask
+++ b/profiles/prefix/darwin/macos/package.mask
@@ -1,8 +1,12 @@
# 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 on >=11.0, bug #830425
+=dev-util/cmake-3.22.1
+
# Sam James <sam@gentoo.org> (2021-12-23)
-# Fails to build due to gnulib errors:
+# Fails to build due to gnulib errors on >=11.0:
# ```timespec.h:52:21: error: expected identifier or ‘(’ before ‘struct’
# 52 | _GL_TIMESPEC_INLINE struct timespec```
# bug #829847