diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2019-07-05 13:46:10 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2019-07-05 16:17:30 +0200 |
commit | 3e6c251b4b3cd8f2d275efce32d441a83536ef42 (patch) | |
tree | f9f6674c3bde8448d16d008a87e3df3371ceaf9d /profiles/prefix | |
parent | app-admin/ansible: 2.7.12 and 2.8.2 bump with 2.6 cleanup (diff) | |
download | gentoo-3e6c251b4b3cd8f2d275efce32d441a83536ef42.tar.gz gentoo-3e6c251b4b3cd8f2d275efce32d441a83536ef42.tar.bz2 gentoo-3e6c251b4b3cd8f2d275efce32d441a83536ef42.zip |
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@gentoo.org>
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/darwin/macos/package.mask | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index 09d72567e2d3..90f5046d4b90 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 <chewi@gentoo.org> (2015-07-29) # Recent Oracle releases only support recent Mac OS releases. We can't |