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 CB301158087 for ; Fri, 21 Jan 2022 09:43:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 191DD2BC002; Fri, 21 Jan 2022 09:43:06 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92DED2BC002 for ; Fri, 21 Jan 2022 09:43:05 +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 0A5DE3432AD for ; Fri, 21 Jan 2022 09:43:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AA2624E for ; Fri, 21 Jan 2022 09:43: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: <1642758169.17f57576f96083602b46213263a554e90fe8917d.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.58.1.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 17f57576f96083602b46213263a554e90fe8917d X-VCS-Branch: master Date: Fri, 21 Jan 2022 09:43: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: 97bbabc0-0e88-450a-b817-2016259d1e61 X-Archives-Hash: 24cf1c3dcfabdc498aa9f27bbd81c1cf commit: 17f57576f96083602b46213263a554e90fe8917d Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Jan 21 09:42:10 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Jan 21 09:42:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f57576 dev-lang/rust: fix qa var Closes: https://bugs.gentoo.org/795852 Signed-off-by: Georgy Yakovlev gentoo.org> dev-lang/rust/rust-1.58.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-lang/rust/rust-1.58.1.ebuild b/dev-lang/rust/rust-1.58.1.ebuild index 6e1c7a85898e..2483a06b2ffc 100644 --- a/dev-lang/rust/rust-1.58.1.ebuild +++ b/dev-lang/rust/rust-1.58.1.ebuild @@ -142,8 +142,9 @@ QA_SONAME=" " QA_PRESTRIPPED=" - usr/lib/rust/${PV}/lib/rustlib/.*/bin/rust-llvm-dwp + usr/lib/${PN}/${PV}/lib/rustlib/.*/bin/rust-llvm-dwp " + # An rmeta file is custom binary format that contains the metadata for the crate. # rmeta files do not support linking, since they do not contain compiled object files. # so we can safely silence the warning for this QA check.