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 4138E139694 for ; Sun, 30 Jul 2017 07:14:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8ED8E1FC0D8; Sun, 30 Jul 2017 07:14:26 +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 6F5DD1FC0D8 for ; Sun, 30 Jul 2017 07:14:26 +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 73C43341A81 for ; Sun, 30 Jul 2017 07:14:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1531174BC for ; Sun, 30 Jul 2017 07:14:24 +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: <1501398851.d7bdbb9f2a0038c2dd25bd7d8be9350a9f109c2c.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: d7bdbb9f2a0038c2dd25bd7d8be9350a9f109c2c X-VCS-Branch: master Date: Sun, 30 Jul 2017 07:14:24 +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-Archives-Salt: 5e32cedd-6b88-4c8b-b627-1f9f4905d442 X-Archives-Hash: fa6877b91d0fedf6293a2b184cb6c6e7 commit: d7bdbb9f2a0038c2dd25bd7d8be9350a9f109c2c Author: Michał Górny gentoo org> AuthorDate: Sun Jul 30 06:58:04 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 07:14:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7bdbb9f profiles/base: Mask sys-devel/clang[z3] due to breakage profiles/base/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index a587362727a..550d8644ac2 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michał Górny (30 Jul 2017) +# The Z3 backend is unstable and causes assertion failures. Mask it +# until upstream fixes it properly. +sys-devel/clang z3 + # Ulrich Müller (26 Jul 2017) # Disable hesiod support due to security vulnerability, bug #626242. app-editors/emacs hesiod