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 E624D15ACFB for ; Mon, 24 Apr 2023 21:36:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF252E089B; Mon, 24 Apr 2023 21:36:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 pigeon.gentoo.org (Postfix) with ESMTPS id B2554E089B for ; Mon, 24 Apr 2023 21:36:04 +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 E5DC8335D8D for ; Mon, 24 Apr 2023 21:36:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3ACB0909 for ; Mon, 24 Apr 2023 21:36:02 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1682370625.6d2920b58c3171f0cc114b553ae70722e94f88dc.gyakovlev@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.69.0-r1.ebuild dev-lang/rust/rust-1.69.0.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 6d2920b58c3171f0cc114b553ae70722e94f88dc X-VCS-Branch: master Date: Mon, 24 Apr 2023 21:36:02 +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: 3c5411af-f90a-49a7-834e-37d489c5a2b6 X-Archives-Hash: 8c45bce1b4512dc38461e1dc7d77fb8e commit: 6d2920b58c3171f0cc114b553ae70722e94f88dc Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Apr 24 20:32:59 2023 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Apr 24 21:10:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2920b5 dev-lang/rust: revbump 1.69.0, adjust component list. analysis is gone. rustdoc no longer being pulled by 'rustc' component. https://releases.rs/docs/1.69.0/#compatibility-notes Closes: https://bugs.gentoo.org/904730 Signed-off-by: Georgy Yakovlev gentoo.org> Thanks-to: Tee KOBAYASHI gmail.com> dev-lang/rust/{rust-1.69.0.ebuild => rust-1.69.0-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-lang/rust/rust-1.69.0.ebuild b/dev-lang/rust/rust-1.69.0-r1.ebuild similarity index 99% rename from dev-lang/rust/rust-1.69.0.ebuild rename to dev-lang/rust/rust-1.69.0-r1.ebuild index ee784a354649..1dd71ce737db 100644 --- a/dev-lang/rust/rust-1.69.0.ebuild +++ b/dev-lang/rust/rust-1.69.0-r1.ebuild @@ -312,12 +312,13 @@ src_configure() { fi rust_targets="${rust_targets#,}" - local tools='"cargo"' + # cargo and rustdoc are mandatory and should always be included + local tools='"cargo","rustdoc"' use clippy && tools+=',"clippy"' use miri && tools+=',"miri"' use profiler && tools+=',"rust-demangler"' use rustfmt && tools+=',"rustfmt"' - use rust-analyzer && tools+=',"rust-analyzer","analysis"' + use rust-analyzer && tools+=',"rust-analyzer"' use rust-src && tools+=',"src"' local rust_stage0_root