diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-09-25 10:34:40 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-09-25 10:35:17 -0700 |
commit | fc8bc809d855bb5b9c190cb33e5aff834a69388a (patch) | |
tree | dad49e85ff5db1aec21fa9692dbb642d845aace3 /dev-lang | |
parent | www-apps/jellyfin: bump version to 10.8.5 (diff) | |
download | gentoo-fc8bc809d855bb5b9c190cb33e5aff834a69388a.tar.gz gentoo-fc8bc809d855bb5b9c190cb33e5aff834a69388a.tar.bz2 gentoo-fc8bc809d855bb5b9c190cb33e5aff834a69388a.zip |
dev-lang/rust: silence musl crtn.o prestrip warning
Closes: https://bugs.gentoo.org/834160
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust/rust-1.64.0-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/rust/rust-1.64.0-r1.ebuild b/dev-lang/rust/rust-1.64.0-r1.ebuild index d506b1ed43fb..dcd36ed07f9a 100644 --- a/dev-lang/rust/rust-1.64.0-r1.ebuild +++ b/dev-lang/rust/rust-1.64.0-r1.ebuild @@ -148,6 +148,7 @@ QA_SONAME=" QA_PRESTRIPPED=" usr/lib/${PN}/${PV}/lib/rustlib/.*/bin/rust-llvm-dwp + usr/lib/${PN}/${PV}/lib/rustlib/.*/lib/self-contained/crtn.o " # An rmeta file is custom binary format that contains the metadata for the crate. |