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 987DC15800F for ; Thu, 12 Jan 2023 17:54:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD645E096D; Thu, 12 Jan 2023 17:54:24 +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 76C6DE096D for ; Thu, 12 Jan 2023 17:54:24 +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 64215335C03 for ; Thu, 12 Jan 2023 17:54:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7718779 for ; Thu, 12 Jan 2023 17:54:21 +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: <1673546051.9dfd34e09831476e77e9c3d9ff79eb4e2b936e12.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.66.1.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 9dfd34e09831476e77e9c3d9ff79eb4e2b936e12 X-VCS-Branch: master Date: Thu, 12 Jan 2023 17:54:21 +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: 17eed08e-3ec6-460b-8af8-e07640dfd934 X-Archives-Hash: 5e46cabe0d920bf611a4d32457a414ec commit: 9dfd34e09831476e77e9c3d9ff79eb4e2b936e12 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Jan 12 17:52:29 2023 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Jan 12 17:54:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dfd34e0 dev-lang/rust: allow rust-analyzer and wasm Bug was fixed upstream, closing, as previous versions go away anyway. Closes: https://bugs.gentoo.org/874885 Signed-off-by: Georgy Yakovlev gentoo.org> dev-lang/rust/rust-1.66.1.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-lang/rust/rust-1.66.1.ebuild b/dev-lang/rust/rust-1.66.1.ebuild index 0e786dc351aa..04b99159534f 100644 --- a/dev-lang/rust/rust-1.66.1.ebuild +++ b/dev-lang/rust/rust-1.66.1.ebuild @@ -121,12 +121,9 @@ RDEPEND="${DEPEND} sys-apps/lsb-release " -# FIXME: https://bugs.gentoo.org/874885 -# rust-analyzer should work with wasm, but currently does not REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} ) miri? ( nightly ) parallel-compiler? ( nightly ) - rust-analyzer? ( !wasm ) test? ( ${ALL_LLVM_TARGETS[*]} ) wasm? ( llvm_targets_WebAssembly ) x86? ( cpu_flags_x86_sse2 )