Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/
Date: Mon, 01 Nov 2021 21:25:48
Message-Id: 1635801908.e9f0c1e5c8e6b482853e6ad0ad3ddd1d3ad03bc4.gyakovlev@gentoo
1 commit: e9f0c1e5c8e6b482853e6ad0ad3ddd1d3ad03bc4
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 1 21:24:10 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 1 21:25:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9f0c1e5
7
8 dev-lang/rust: modify QA_WX paths
9
10 Bug: https://bugs.gentoo.org/819402
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 dev-lang/rust/rust-1.56.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-lang/rust/rust-1.56.1.ebuild b/dev-lang/rust/rust-1.56.1.ebuild
17 index fb91e3b48cd..59c50dac02d 100644
18 --- a/dev-lang/rust/rust-1.56.1.ebuild
19 +++ b/dev-lang/rust/rust-1.56.1.ebuild
20 @@ -143,7 +143,7 @@ QA_SONAME="
21 # An rmeta file is custom binary format that contains the metadata for the crate.
22 # rmeta files do not support linking, since they do not contain compiled object files.
23 # so we can safely silence the warning for this QA check.
24 -QA_WX_LOAD="usr/lib/${PN}/${PV}/lib/rustlib/.*/lib/.*:lib.rmeta"
25 +QA_WX_LOAD="usr/lib/${PN}/${PV}/lib/rustlib/.*/lib/.*rmeta"
26 QA_EXECSTACK="${QA_WX_LOAD}"
27
28 # causes double bootstrap