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 9B1DF138334 for ; Sat, 8 Dec 2018 15:45:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C211E09E4; Sat, 8 Dec 2018 15:45:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 68035E09E4 for ; Sat, 8 Dec 2018 15:45:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 554F4335C8D for ; Sat, 8 Dec 2018 15:45:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC3E74D7 for ; Sat, 8 Dec 2018 15:45:54 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1544283951.f19f9d1a7fcb909087499a703143e237a160fdd3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f19f9d1a7fcb909087499a703143e237a160fdd3 X-VCS-Branch: master Date: Sat, 8 Dec 2018 15:45:54 +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: 13b87f2a-0c14-4396-af08-3ec8e6e699d8 X-Archives-Hash: 28ef9f7a077c4c1645ef3b06b0e40348 commit: f19f9d1a7fcb909087499a703143e237a160fdd3 Author: Michał Górny gentoo org> AuthorDate: Sat Dec 8 15:40:28 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 8 15:45:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f19f9d1a profiles/base: Mask >=sys-devel/clang-8[z3] due to deps Signed-off-by: Michał Górny gentoo.org> profiles/base/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 0bb2172a7ec..96832a07b0a 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michał Górny (08 Dec 2018) +# Requires z3-4.7.1+ that's not packaged in Gentoo. +>=sys-devel/clang-8 z3 + # Michał Górny (01 Dec 2018) # Moved from use.mask to specific packages. # Andreas Sturmlechner (10 May 2018)