summaryrefslogtreecommitdiff
path: root/profiles/prefix/darwin/macos/package.mask
blob: 13dff7f7a416a10f165fc9b4ffa0e0af458fccef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Fabian Groffen <grobian@gentoo.org> (2020-06-09)
# fails to compile, needs fixing
=sys-apps/gentoo-functions-0.13

# Fabian Groffen <grobian@gentoo.org> (2019-11-11)
# We mask all system headers, and only unmask the slot matching the OS
# install in the version profiles
sys-kernel/xnu-headers:10.12
sys-libs/darwin-libc-headers:10.12
sys-kernel/xnu-headers:10.13
sys-libs/darwin-libc-headers:10.13
sys-kernel/xnu-headers:10.14
sys-libs/darwin-libc-headers:10.14

# Fabian Groffen <grobian@gentoo.org> (2019-03-22)
# Newer versions break because they insist on sysroot usage lacking
# -lSystem as looked for by clang/llvm.  If your system got this
# package, you have to emerge -C cmake and re-emerge it.
>=dev-util/cmake-3.14