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 EB0E0138334 for ; Thu, 20 Dec 2018 14:52:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7713E0ACE; Thu, 20 Dec 2018 14:52:23 +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 87A47E0ACE for ; Thu, 20 Dec 2018 14:52:23 +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 B407E335C7B 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 BC10C4E3 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.d787488957fdab712c6a29cee60d6a599a6c53e9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang/clang-5.0.2.ebuild sys-devel/clang/clang-6.0.1.ebuild sys-devel/clang/clang-7.0.0.ebuild sys-devel/clang/clang-7.0.1.ebuild sys-devel/clang/clang-7.0.9999.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d787488957fdab712c6a29cee60d6a599a6c53e9 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: 74da9ee4-a29f-408d-b87a-99c45f633d14 X-Archives-Hash: b87597762cf5b894465519db331fc325 commit: d787488957fdab712c6a29cee60d6a599a6c53e9 Author: Michał Górny gentoo org> AuthorDate: Thu Dec 20 13:26:06 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=d7874889 sys-devel/clang: Old versions require old sci-math/z3 Signed-off-by: Michał Górny gentoo.org> sys-devel/clang/clang-5.0.2.ebuild | 2 +- sys-devel/clang/clang-6.0.1.ebuild | 2 +- sys-devel/clang/clang-7.0.0.ebuild | 2 +- sys-devel/clang/clang-7.0.1.ebuild | 2 +- sys-devel/clang/clang-7.0.9999.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-devel/clang/clang-5.0.2.ebuild b/sys-devel/clang/clang-5.0.2.ebuild index 6e07de89a3b..68bde97b389 100644 --- a/sys-devel/clang/clang-5.0.2.ebuild +++ b/sys-devel/clang/clang-5.0.2.ebuild @@ -38,7 +38,7 @@ RDEPEND=" ~sys-devel/llvm-${PV}:${SLOT}=[debug=,${LLVM_TARGET_USEDEPS// /,},${MULTILIB_USEDEP}] static-analyzer? ( dev-lang/perl:* - z3? ( sci-mathematics/z3:0= ) + z3? (