summaryrefslogtreecommitdiff
path: root/dev-lang/rust/rust-1.52.1.ebuild
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-11-02 14:02:31 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-11-02 14:03:21 -0700
commit90086b35b98db16492aff36bae392ffafc64f66b (patch)
treeaa0bc0ffc1c1c14a272c31f39bac213f31361d43 /dev-lang/rust/rust-1.52.1.ebuild
parentb37dece3267ea2c18016c66180b57dc7573e384a (diff)
downloadgentoo-90086b35b98db16492aff36bae392ffafc64f66b.tar.gz
gentoo-90086b35b98db16492aff36bae392ffafc64f66b.tar.bz2
gentoo-90086b35b98db16492aff36bae392ffafc64f66b.zip
dev-lang/rust: adjust QA_EXECSTACK variable again
Bug: https://bugs.gentoo.org/806466 Closes: https://bugs.gentoo.org/819402 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang/rust/rust-1.52.1.ebuild')
-rw-r--r--dev-lang/rust/rust-1.52.1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-lang/rust/rust-1.52.1.ebuild b/dev-lang/rust/rust-1.52.1.ebuild
index 30db42404e6a..9957b7ceb23d 100644
--- a/dev-lang/rust/rust-1.52.1.ebuild
+++ b/dev-lang/rust/rust-1.52.1.ebuild
@@ -141,8 +141,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_EXECSTACK="${QA_WX_LOAD}"
+QA_EXECSTACK="usr/lib/${PN}/${PV}/lib/rustlib/*/lib*.rlib:lib.rmeta"
# causes double bootstrap
RESTRICT="test"