diff options
author | 2020-11-28 16:23:57 +0100 | |
---|---|---|
committer | 2020-11-28 16:23:57 +0100 | |
commit | bf17e7fec8c6e2cde0784c82157e1548ca068b23 (patch) | |
tree | ffe3a1eb97d285ebbdacddc8c05e5260eeab1e56 /profiles/prefix/darwin | |
parent | dev-util/cmake-3.19.1: fix compilation for Darwin GCC (diff) | |
download | gentoo-bf17e7fec8c6e2cde0784c82157e1548ca068b23.tar.gz gentoo-bf17e7fec8c6e2cde0784c82157e1548ca068b23.tar.bz2 gentoo-bf17e7fec8c6e2cde0784c82157e1548ca068b23.zip |
profiles/prefix/darwin/macos: unmask cmake in gcc profiles
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles/prefix/darwin')
-rw-r--r-- | profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask b/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask index e1ce7a0144a6..90c1048e4022 100644 --- a/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask +++ b/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask @@ -10,3 +10,6 @@ sys-devel/binutils-apple # packages which link to framework and therefore fail (blocks) dev-util/pkgconfig + +# cmake-3.19.1 works for us +->=dev-util/cmake-3.14 |