From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B52C9138334 for ; Fri, 5 Jul 2019 14:18:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9556FE0841; Fri, 5 Jul 2019 14:18:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76E03E0841 for ; Fri, 5 Jul 2019 14:18:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0662A3470FA for ; Fri, 5 Jul 2019 14:18:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E94E3622 for ; Fri, 5 Jul 2019 14:18:10 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1562336250.3e6c251b4b3cd8f2d275efce32d441a83536ef42.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/prefix/darwin/macos/package.mask X-VCS-Directories: profiles/prefix/darwin/macos/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 3e6c251b4b3cd8f2d275efce32d441a83536ef42 X-VCS-Branch: master Date: Fri, 5 Jul 2019 14:18:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8d40bb71-185f-42f3-85d8-44d07021f069 X-Archives-Hash: 050bfc9f5aae4311a725e513acde0fc3 commit: 3e6c251b4b3cd8f2d275efce32d441a83536ef42 Author: Guilherme Amadio gentoo org> AuthorDate: Fri Jul 5 11:46:10 2019 +0000 Commit: Guilherme Amadio gentoo 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 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 (2015-07-29) # Recent Oracle releases only support recent Mac OS releases. We can't