commit: fc8bc809d855bb5b9c190cb33e5aff834a69388a Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Sun Sep 25 17:34:40 2022 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Sun Sep 25 17:35:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc8bc809
dev-lang/rust: silence musl crtn.o prestrip warning Closes: https://bugs.gentoo.org/834160 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> dev-lang/rust/rust-1.64.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) 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.
