From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B8CC1581EE for ; Thu, 10 Apr 2025 14:27:57 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6DB0E3435E2 for ; Thu, 10 Apr 2025 14:27:57 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 682D71102B2; Thu, 10 Apr 2025 14:27:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 5C6C61102B2 for ; Thu, 10 Apr 2025 14:27:56 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F2673435E2 for ; Thu, 10 Apr 2025 14:27:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 687DB1AB2 for ; Thu, 10 Apr 2025 14:27:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1744295210.6106eb119ee77a916c9c47f5055e1bba06cf176d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust/rust-1.84.0-r1.ebuild dev-lang/rust/rust-1.84.1-r1.ebuild dev-lang/rust/rust-1.85.0-r1.ebuild dev-lang/rust/rust-1.85.0.ebuild dev-lang/rust/rust-1.85.1.ebuild dev-lang/rust/rust-1.86.0.ebuild dev-lang/rust/rust-9999.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6106eb119ee77a916c9c47f5055e1bba06cf176d X-VCS-Branch: master Date: Thu, 10 Apr 2025 14:27:54 +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: 840ebcc2-6d70-46ee-ade3-4f7a223bbf53 X-Archives-Hash: 0a04177d49929df5b73a01b29ada520c commit: 6106eb119ee77a916c9c47f5055e1bba06cf176d Author: Z. Liu gmail com> AuthorDate: Thu Apr 10 11:44:05 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 10 14:26:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6106eb11 dev-lag/rust: require lld only if USE="lto system-llvm" Signed-off-by: Z. Liu gmail.com> Closes: https://github.com/gentoo/gentoo/pull/41523 Signed-off-by: Sam James gentoo.org> dev-lang/rust/rust-1.84.0-r1.ebuild | 2 +- dev-lang/rust/rust-1.84.1-r1.ebuild | 2 +- dev-lang/rust/rust-1.85.0-r1.ebuild | 2 +- dev-lang/rust/rust-1.85.0.ebuild | 2 +- dev-lang/rust/rust-1.85.1.ebuild | 2 +- dev-lang/rust/rust-1.86.0.ebuild | 2 +- dev-lang/rust/rust-9999.ebuild | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-lang/rust/rust-1.84.0-r1.ebuild b/dev-lang/rust/rust-1.84.0-r1.ebuild index 83b5a9c1a3dd..2afcbad6227d 100644 --- a/dev-lang/rust/rust-1.84.0-r1.ebuild +++ b/dev-lang/rust/rust-1.84.0-r1.ebuild @@ -68,7 +68,7 @@ BDEPEND="${PYTHON_DEPS} >=sys-devel/gcc-4.7[cxx] >=llvm-core/clang-3.5 ) - lto? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') ) + lto? ( system-llvm? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') ) ) !system-llvm? ( >=dev-build/cmake-3.13.4 app-alternatives/ninja diff --git a/dev-lang/rust/rust-1.84.1-r1.ebuild b/dev-lang/rust/rust-1.84.1-r1.ebuild index b6f28c029fd4..c98855304342 100644 --- a/dev-lang/rust/rust-1.84.1-r1.ebuild +++ b/dev-lang/rust/rust-1.84.1-r1.ebuild @@ -68,7 +68,7 @@ BDEPEND="${PYTHON_DEPS} >=sys-devel/gcc-4.7[cxx] >=llvm-core/clang-3.5 ) - lto? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') ) + lto? ( system-llvm? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') ) ) !system-llvm? ( >=dev-build/cmake-3.13.4 app-alternatives/ninja diff --git a/dev-lang/rust/rust-1.85.0-r1.ebuild b/dev-lang/rust/rust-1.85.0-r1.ebuild index 9bfbad9c8626..87c6951a5371 100644 --- a/dev-lang/rust/rust-1.85.0-r1.ebuild +++ b/dev-lang/rust/rust-1.85.0-r1.ebuild @@ -94,7 +94,7 @@ BDEPEND="${PYTHON_DEPS} >=sys-devel/gcc-4.7[cxx] >=llvm-core/clang-3.5 ) - lto? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') ) + lto? ( system-llvm? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') ) ) !system-llvm? ( >=dev-build/cmake-3.13.4 app-alternatives/ninja diff --git a/dev-lang/rust/rust-1.85.0.ebuild b/dev-lang/rust/rust-1.85.0.ebuild index 88b742cc5112..cdcb5e650413 100644 --- a/dev-lang/rust/rust-1.85.0.ebuild +++ b/dev-lang/rust/rust-1.85.0.ebuild @@ -94,7 +94,7 @@ BDEPEND="${PYTHON_DEPS} >=sys-devel/gcc-4.7[cxx] >=llvm-core/clang-3.5 ) - lto? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') ) + lto? ( system-llvm? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') ) ) !system-llvm? ( >=dev-build/cmake-3.13.4 app-alternatives/ninja diff --git a/dev-lang/rust/rust-1.85.1.ebuild b/dev-lang/rust/rust-1.85.1.ebuild index 9bfbad9c8626..87c6951a5371 100644 --- a/dev-lang/rust/rust-1.85.1.ebuild +++ b/dev-lang/rust/rust-1.85.1.ebuild @@ -94,7 +94,7 @@ BDEPEND="${PYTHON_DEPS} >=sys-devel/gcc-4.7[cxx] >=llvm-core/clang-3.5 ) - lto? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') ) + lto? ( system-llvm? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') ) ) !system-llvm? ( >=dev-build/cmake-3.13.4 app-alternatives/ninja diff --git a/dev-lang/rust/rust-1.86.0.ebuild b/dev-lang/rust/rust-1.86.0.ebuild index 41f407880eb4..084e4f9e03f5 100644 --- a/dev-lang/rust/rust-1.86.0.ebuild +++ b/dev-lang/rust/rust-1.86.0.ebuild @@ -94,7 +94,7 @@ BDEPEND="${PYTHON_DEPS} >=sys-devel/gcc-4.7[cxx] >=llvm-core/clang-3.5 ) - lto? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') ) + lto? ( system-llvm? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') ) ) !system-llvm? ( >=dev-build/cmake-3.13.4 app-alternatives/ninja diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild index 72e640905646..39292c5cb886 100644 --- a/dev-lang/rust/rust-9999.ebuild +++ b/dev-lang/rust/rust-9999.ebuild @@ -94,7 +94,7 @@ BDEPEND="${PYTHON_DEPS} >=sys-devel/gcc-4.7[cxx] >=llvm-core/clang-3.5 ) - lto? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') ) + lto? ( system-llvm? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') ) ) !system-llvm? ( >=dev-build/cmake-3.13.4 app-alternatives/ninja