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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 630D915ACFB for ; Tue, 25 Apr 2023 01:29:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F304E095E; Tue, 25 Apr 2023 01:29:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 73DA8E095E for ; Tue, 25 Apr 2023 01:29:58 +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 50BC9340D92 for ; Tue, 25 Apr 2023 01:29:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9FE7920 for ; Tue, 25 Apr 2023 01:29:55 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1682384292.bf02b61806f155e14b489a5367c16d13619e861a.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-lang/rust/ X-VCS-Repository: repo/proj/libressl 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: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: bf02b61806f155e14b489a5367c16d13619e861a X-VCS-Branch: master Date: Tue, 25 Apr 2023 01:29:55 +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: 45b61431-8a15-41f7-8c8b-a4cdf0e6df36 X-Archives-Hash: 22dc18cedd9128a4722b9f9ead886485 commit: bf02b61806f155e14b489a5367c16d13619e861a Author: orbea riseup net> AuthorDate: Tue Apr 25 00:58:12 2023 +0000 Commit: orbea riseup net> CommitDate: Tue Apr 25 00:58:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=bf02b618 dev-lang/rust: add 1.69.0-r1, drop 1.69.0 Signed-off-by: orbea riseup.net> 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 2987458..8b3df2a 100644 --- a/dev-lang/rust/rust-1.69.0.ebuild +++ b/dev-lang/rust/rust-1.69.0-r1.ebuild @@ -320,12 +320,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