From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 952021382C5 for ; Sat, 6 Jun 2020 20:27:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAAA3E0AD6; Sat, 6 Jun 2020 20:27:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB869E0AD6 for ; Sat, 6 Jun 2020 20:27:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4052034F0C9 for ; Sat, 6 Jun 2020 20:27:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B4A8242 for ; Sat, 6 Jun 2020 20:27:22 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1591475188.3100724312fa44ee00e2795a6da9ad24401b4084.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust/rust-1.41.1.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 3100724312fa44ee00e2795a6da9ad24401b4084 X-VCS-Branch: master Date: Sat, 6 Jun 2020 20:27:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 94ec02ab-ff3a-49fa-aaf7-2cbeebe496d4 X-Archives-Hash: 7076dd6b4557a26910cb79c3e2d70f02 commit: 3100724312fa44ee00e2795a6da9ad24401b4084 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jun 6 20:26:11 2020 +0000 Commit: Georgy Yakovlev gentoo 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 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"