commit: 3100724312fa44ee00e2795a6da9ad24401b4084 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Sat Jun 6 20:26:11 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Sat Jun 6 20:26:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31007243
dev-lang/rust: update QA_FLAGS_IGNORED patterns Closes: https://bugs.gentoo.org/727276 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> dev-lang/rust/rust-1.41.1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-lang/rust/rust-1.41.1.ebuild b/dev-lang/rust/rust-1.41.1.ebuild index 8927dcc2334..cb0c9d685a8 100644 --- a/dev-lang/rust/rust-1.41.1.ebuild +++ b/dev-lang/rust/rust-1.41.1.ebuild @@ -96,10 +96,10 @@ REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} ) " QA_FLAGS_IGNORED=" - usr/bin/*-${PV} - usr/lib*/lib*.so - usr/lib/rustlib/*/codegen-backends/librustc_codegen_llvm-llvm.so - usr/lib/rustlib/*/lib/lib*.so + usr/bin/.*-${PV} + usr/lib.*/lib.*.so + usr/lib/rustlib/.*/codegen-backends/librustc_codegen_llvm-llvm.so + usr/lib/rustlib/.*/lib/lib.*.so " QA_SONAME="usr/lib.*/librustc_macros.*.so"
