commit: 3e6c251b4b3cd8f2d275efce32d441a83536ef42 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org> AuthorDate: Fri Jul 5 11:46:10 2019 +0000 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org> CommitDate: Fri Jul 5 14:17:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6c251b
profiles/prefix/darwin/macos/package.mask: update mask for CMake After a while, this mask started masking all available versions of CMake. Upon request, CMake 3.14.5 has been added back to the tree, to allow bootstrapping on Darwin again, therefore the mask update. Bug: https://bugs.gentoo.org/689234 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org> profiles/prefix/darwin/macos/package.mask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index 09d72567e2d..90f5046d4b9 100644 --- a/profiles/prefix/darwin/macos/package.mask +++ b/profiles/prefix/darwin/macos/package.mask @@ -21,7 +21,7 @@ # 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.13.4 +>=dev-util/cmake-3.14 # James Le Cuirot <[email protected]> (2015-07-29) # Recent Oracle releases only support recent Mac OS releases. We can't
