diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-06-04 21:25:59 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-06-04 21:26:18 -0700 |
commit | 6e181e73cb42a4648e606514af524179a66c88de (patch) | |
tree | 2bfbaeefcbd1c19490856da020ca329204042185 | |
parent | www-plugins/chrome-binary-plugins: automated update (84.0.4147.38) (diff) | |
download | gentoo-6e181e73cb42a4648e606514af524179a66c88de.tar.gz gentoo-6e181e73cb42a4648e606514af524179a66c88de.tar.bz2 gentoo-6e181e73cb42a4648e606514af524179a66c88de.zip |
dev-lang/rust: adjust QA_SONAME for 1.44.0
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r-- | dev-lang/rust/rust-1.44.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-lang/rust/rust-1.44.0.ebuild b/dev-lang/rust/rust-1.44.0.ebuild index 49ca8e90b6b0..e43191f125e9 100644 --- a/dev-lang/rust/rust-1.44.0.ebuild +++ b/dev-lang/rust/rust-1.44.0.ebuild @@ -106,12 +106,15 @@ QA_FLAGS_IGNORED=" usr/lib/rustlib/.*/lib/lib.*.so " +QA_SONAME=" + usr/lib.*/lib.*.so + usr/lib.*/librustc_macros.*.s +" + # tests need a bit more work, currently they are causing multiple # re-compilations and somewhat fragile. RESTRICT="test" -QA_SONAME="usr/lib.*/librustc_macros.*.so" - PATCHES=( "${FILESDIR}"/0012-Ignore-broken-and-non-applicable-tests.patch ) |