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 5E8EC138334 for ; Thu, 20 Dec 2018 14:52:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62786E0AD0; Thu, 20 Dec 2018 14:52:24 +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 43112E0AD0 for ; Thu, 20 Dec 2018 14:52:24 +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 9ACBA335C6F for ; Thu, 20 Dec 2018 14:52:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0C7D4E8 for ; Thu, 20 Dec 2018 14:52:19 +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: <1545317533.55aaa2e504687e64d4e0ddd305989d1540c0f5a8.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: 55aaa2e504687e64d4e0ddd305989d1540c0f5a8 X-VCS-Branch: master Date: Thu, 20 Dec 2018 14:52:19 +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: 64229c35-716f-44ca-9258-fa62d43736ae X-Archives-Hash: 7a8af677fe4da7a91efaae3d21b18de0 commit: 55aaa2e504687e64d4e0ddd305989d1540c0f5a8 Author: Michał Górny gentoo org> AuthorDate: Thu Dec 20 14:51:23 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 20 14:52:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55aaa2e5 profiles/base: Unmask USE=z3 on clang-8+ Signed-off-by: Michał Górny gentoo.org> profiles/base/package.use.mask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index eefc6e9eed2..82ac3f93ec4 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -187,7 +187,7 @@ app-emulation/libvirt openvz # 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 + (09 Jul 2017) # Matthias Dahl (05 Jul 2017)