summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2022-01-21 01:42:10 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2022-01-21 01:42:49 -0800
commit17f57576f96083602b46213263a554e90fe8917d (patch)
tree343b079a296d92645fb6fd93e4864d1f5c5a0d5b
parentmedia-libs/rubberband: bump to 2.0.1 (diff)
downloadgentoo-17f57576.tar.gz
gentoo-17f57576.tar.bz2
gentoo-17f57576.zip
dev-lang/rust: fix qa var
Closes: https://bugs.gentoo.org/795852 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r--dev-lang/rust/rust-1.58.1.ebuild3
1 files changed, 2 insertions, 1 deletions
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.