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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B9B8158086 for ; Thu, 7 Oct 2021 15:48:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6038CE0855; Thu, 7 Oct 2021 15:48:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42CDBE0855 for ; Thu, 7 Oct 2021 15:48:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33A153431BE for ; Thu, 7 Oct 2021 15:48:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8493E134 for ; Thu, 7 Oct 2021 15:48:32 +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: <1633621694.4b2775ec461086a7299d277193f485947d78f817.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.52.1.ebuild dev-lang/rust/rust-1.53.0.ebuild dev-lang/rust/rust-1.54.0.ebuild dev-lang/rust/rust-1.55.0.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 4b2775ec461086a7299d277193f485947d78f817 X-VCS-Branch: master Date: Thu, 7 Oct 2021 15:48:32 +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: ac0aa541-e9d2-4ef8-b9d7-417c43a3f98a X-Archives-Hash: 58e6d5919ebbf52cc055d9bd3d159376 commit: 4b2775ec461086a7299d277193f485947d78f817 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Oct 7 15:47:48 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Oct 7 15:48:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2775ec dev-lang/rust: silence rmeta QA WX warnings Closes: https://bugs.gentoo.org/806466 Signed-off-by: Georgy Yakovlev gentoo.org> dev-lang/rust/rust-1.52.1.ebuild | 6 ++++++ dev-lang/rust/rust-1.53.0.ebuild | 6 ++++++ dev-lang/rust/rust-1.54.0.ebuild | 6 ++++++ dev-lang/rust/rust-1.55.0.ebuild | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/dev-lang/rust/rust-1.52.1.ebuild b/dev-lang/rust/rust-1.52.1.ebuild index 903660103f6..30db42404e6 100644 --- a/dev-lang/rust/rust-1.52.1.ebuild +++ b/dev-lang/rust/rust-1.52.1.ebuild @@ -138,6 +138,12 @@ QA_SONAME=" usr/lib/${PN}/${PV}/lib/rustlib/.*/lib/lib.*.so " +# 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. +QA_WX_LOAD="usr/lib/${PN}/${PV}/lib/rustlib/.*/lib/.*:lib.rmeta" +QA_EXECSTACK="${QA_WX_LOAD}" + # causes double bootstrap RESTRICT="test" diff --git a/dev-lang/rust/rust-1.53.0.ebuild b/dev-lang/rust/rust-1.53.0.ebuild index b484a09020c..aeb7bd1f11c 100644 --- a/dev-lang/rust/rust-1.53.0.ebuild +++ b/dev-lang/rust/rust-1.53.0.ebuild @@ -140,6 +140,12 @@ QA_SONAME=" usr/lib/${PN}/${PV}/lib/rustlib/.*/lib/lib.*.so " +# 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. +QA_WX_LOAD="usr/lib/${PN}/${PV}/lib/rustlib/.*/lib/.*:lib.rmeta" +QA_EXECSTACK="${QA_WX_LOAD}" + # causes double bootstrap RESTRICT="test" diff --git a/dev-lang/rust/rust-1.54.0.ebuild b/dev-lang/rust/rust-1.54.0.ebuild index 40f81de58ea..0b2c51587d6 100644 --- a/dev-lang/rust/rust-1.54.0.ebuild +++ b/dev-lang/rust/rust-1.54.0.ebuild @@ -140,6 +140,12 @@ QA_SONAME=" usr/lib/${PN}/${PV}/lib/rustlib/.*/lib/lib.*.so " +# 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. +QA_WX_LOAD="usr/lib/${PN}/${PV}/lib/rustlib/.*/lib/.*:lib.rmeta" +QA_EXECSTACK="${QA_WX_LOAD}" + # causes double bootstrap RESTRICT="test" diff --git a/dev-lang/rust/rust-1.55.0.ebuild b/dev-lang/rust/rust-1.55.0.ebuild index 0805c94c1d0..366d1e5149b 100644 --- a/dev-lang/rust/rust-1.55.0.ebuild +++ b/dev-lang/rust/rust-1.55.0.ebuild @@ -140,6 +140,12 @@ QA_SONAME=" usr/lib/${PN}/${PV}/lib/rustlib/.*/lib/lib.*.so " +# 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. +QA_WX_LOAD="usr/lib/${PN}/${PV}/lib/rustlib/.*/lib/.*:lib.rmeta" +QA_EXECSTACK="${QA_WX_LOAD}" + # causes double bootstrap RESTRICT="test"