Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/
Date: Fri, 21 Jan 2022 09:43:06
Message-Id: 1642758169.17f57576f96083602b46213263a554e90fe8917d.gyakovlev@gentoo
1 commit: 17f57576f96083602b46213263a554e90fe8917d
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 21 09:42:10 2022 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 21 09:42:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f57576
7
8 dev-lang/rust: fix qa var
9
10 Closes: https://bugs.gentoo.org/795852
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 dev-lang/rust/rust-1.58.1.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-lang/rust/rust-1.58.1.ebuild b/dev-lang/rust/rust-1.58.1.ebuild
17 index 6e1c7a85898e..2483a06b2ffc 100644
18 --- a/dev-lang/rust/rust-1.58.1.ebuild
19 +++ b/dev-lang/rust/rust-1.58.1.ebuild
20 @@ -142,8 +142,9 @@ QA_SONAME="
21 "
22
23 QA_PRESTRIPPED="
24 - usr/lib/rust/${PV}/lib/rustlib/.*/bin/rust-llvm-dwp
25 + usr/lib/${PN}/${PV}/lib/rustlib/.*/bin/rust-llvm-dwp
26 "
27 +
28 # An rmeta file is custom binary format that contains the metadata for the crate.
29 # rmeta files do not support linking, since they do not contain compiled object files.
30 # so we can safely silence the warning for this QA check.