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 09FAD158094 for ; Sun, 25 Sep 2022 17:35:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FEACE104F; Sun, 25 Sep 2022 17:35:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 A6F84E104F for ; Sun, 25 Sep 2022 17:35:37 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B59813410ED for ; Sun, 25 Sep 2022 17:35:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0683A5B1 for ; Sun, 25 Sep 2022 17:35:31 +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: <1664127317.fc8bc809d855bb5b9c190cb33e5aff834a69388a.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.64.0-r1.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: fc8bc809d855bb5b9c190cb33e5aff834a69388a X-VCS-Branch: master Date: Sun, 25 Sep 2022 17:35:31 +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: 370db057-d803-4b72-9c8c-3e390fd54b90 X-Archives-Hash: d66e1af6723e125fceddf2b3c4484fbc commit: fc8bc809d855bb5b9c190cb33e5aff834a69388a Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Sep 25 17:34:40 2022 +0000 Commit: Georgy Yakovlev gentoo 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 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.