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 00A7213835A for ; Sun, 29 Nov 2020 19:38:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35A50E0829; Sun, 29 Nov 2020 19:38:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2017AE0829 for ; Sun, 29 Nov 2020 19:38:02 +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 C5F3E3414B3 for ; Sun, 29 Nov 2020 19:38:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16CA646A for ; Sun, 29 Nov 2020 19:37:59 +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: <1606678676.8f6a51a40a4fd30a0583e75a156d33f1818a54bd.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-11.0.1.9999.ebuild sys-devel/clang/clang-11.0.1_rc1.ebuild sys-devel/clang/clang-12.0.0.9999.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8f6a51a40a4fd30a0583e75a156d33f1818a54bd X-VCS-Branch: master Date: Sun, 29 Nov 2020 19:37:59 +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: 1e675ea1-c681-4033-9f72-5e9ee3a5452a X-Archives-Hash: 30c8f92b9ac9fde82570f2c93b42b8bf commit: 8f6a51a40a4fd30a0583e75a156d33f1818a54bd Author: Michał Górny gentoo org> AuthorDate: Sun Nov 29 16:35:14 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 29 19:37:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6a51a4 sys-devel/clang: CTE tests require compiler-rt now Signed-off-by: Michał Górny gentoo.org> sys-devel/clang/clang-11.0.1.9999.ebuild | 3 ++- sys-devel/clang/clang-11.0.1_rc1.ebuild | 3 ++- sys-devel/clang/clang-12.0.0.9999.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sys-devel/clang/clang-11.0.1.9999.ebuild b/sys-devel/clang/clang-11.0.1.9999.ebuild index 1e9b8aabd11..4a3a05b4df8 100644 --- a/sys-devel/clang/clang-11.0.1.9999.ebuild +++ b/sys-devel/clang/clang-11.0.1.9999.ebuild @@ -40,7 +40,8 @@ for x in "${ALL_LLVM_TARGETS[@]}"; do done unset x -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + test? ( sys-libs/compiler-rt )" BDEPEND=" >=dev-util/cmake-3.16 doc? ( dev-python/sphinx ) diff --git a/sys-devel/clang/clang-11.0.1_rc1.ebuild b/sys-devel/clang/clang-11.0.1_rc1.ebuild index 1e9b8aabd11..4a3a05b4df8 100644 --- a/sys-devel/clang/clang-11.0.1_rc1.ebuild +++ b/sys-devel/clang/clang-11.0.1_rc1.ebuild @@ -40,7 +40,8 @@ for x in "${ALL_LLVM_TARGETS[@]}"; do done unset x -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + test? ( sys-libs/compiler-rt )" BDEPEND=" >=dev-util/cmake-3.16 doc? ( dev-python/sphinx ) diff --git a/sys-devel/clang/clang-12.0.0.9999.ebuild b/sys-devel/clang/clang-12.0.0.9999.ebuild index d1d26af0fa7..e5da1c5cedb 100644 --- a/sys-devel/clang/clang-12.0.0.9999.ebuild +++ b/sys-devel/clang/clang-12.0.0.9999.ebuild @@ -40,7 +40,8 @@ for x in "${ALL_LLVM_TARGETS[@]}"; do done unset x -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + test? ( sys-libs/compiler-rt )" BDEPEND=" >=dev-util/cmake-3.16 doc? ( dev-python/sphinx )