commit: e9f0c1e5c8e6b482853e6ad0ad3ddd1d3ad03bc4 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Mon Nov 1 21:24:10 2021 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Mon Nov 1 21:25:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9f0c1e5
dev-lang/rust: modify QA_WX paths Bug: https://bugs.gentoo.org/819402 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> dev-lang/rust/rust-1.56.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/rust/rust-1.56.1.ebuild b/dev-lang/rust/rust-1.56.1.ebuild index fb91e3b48cd..59c50dac02d 100644 --- a/dev-lang/rust/rust-1.56.1.ebuild +++ b/dev-lang/rust/rust-1.56.1.ebuild @@ -143,7 +143,7 @@ QA_SONAME=" # 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_WX_LOAD="usr/lib/${PN}/${PV}/lib/rustlib/.*/lib/.*rmeta" QA_EXECSTACK="${QA_WX_LOAD}" # causes double bootstrap
