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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5FF7A158094 for ; Tue, 6 Sep 2022 13:53:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AE3AE077A; Tue, 6 Sep 2022 13:53:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FB91E077A for ; Tue, 6 Sep 2022 13:53:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 204BD3406D1 for ; Tue, 6 Sep 2022 13:53:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6576556D for ; Tue, 6 Sep 2022 13:53: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: <1662472400.f29e11e071427953f0af9724175eab07bf1b1367.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild X-VCS-Directories: sys-libs/compiler-rt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f29e11e071427953f0af9724175eab07bf1b1367 X-VCS-Branch: master Date: Tue, 6 Sep 2022 13:53: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e11d58de-0ff5-4a6f-a647-3d5f6f8e7b1e X-Archives-Hash: c84fcdb1fcc04ba687eb30f310bd69f6 commit: f29e11e071427953f0af9724175eab07bf1b1367 Author: Michał Górny gentoo org> AuthorDate: Tue Sep 6 13:37:28 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Sep 6 13:53:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29e11e0 sys-libs/compiler-rt: Require ld.gold for testing in 15.0.0 Signed-off-by: Michał Górny gentoo.org> sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild b/sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild index c01ed38975d1..0b6ae1850e11 100644 --- a/sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild @@ -25,6 +25,7 @@ BDEPEND=" clang? ( sys-devel/clang ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") + sys-devel/binutils[gold] =sys-devel/clang-${PV%_*}*:${CLANG_SLOT} ) !test? (