diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-11-01 14:24:10 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-11-01 14:25:08 -0700 |
commit | e9f0c1e5c8e6b482853e6ad0ad3ddd1d3ad03bc4 (patch) | |
tree | f5356b8a6d5f4577b66e52eea95d46c066a59a5f /dev-lang/rust | |
parent | dev-lang/rust: enable py3.10 (diff) | |
download | gentoo-e9f0c1e5c8e6b482853e6ad0ad3ddd1d3ad03bc4.tar.gz gentoo-e9f0c1e5c8e6b482853e6ad0ad3ddd1d3ad03bc4.tar.bz2 gentoo-e9f0c1e5c8e6b482853e6ad0ad3ddd1d3ad03bc4.zip |
dev-lang/rust: modify QA_WX paths
Bug: https://bugs.gentoo.org/819402
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/rust-1.56.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.56.1.ebuild b/dev-lang/rust/rust-1.56.1.ebuild index fb91e3b48cd1..59c50dac02da 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 |