commit:     3dc34b2dd0881fb15fb52477fd11e23c51943eb5
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 15:15:58 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 15:16:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dc34b2d

dev-lang/rust-bin: adjust QA_PREBUILT

Closes: https://bugs.gentoo.org/748435
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 dev-lang/rust-bin/rust-bin-1.47.0-r1.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-lang/rust-bin/rust-bin-1.47.0-r1.ebuild 
b/dev-lang/rust-bin/rust-bin-1.47.0-r1.ebuild
index 0e17e12827e..1dfce793c3b 100644
--- a/dev-lang/rust-bin/rust-bin-1.47.0-r1.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.47.0-r1.ebuild
@@ -22,11 +22,10 @@ RDEPEND=">=app-eselect/eselect-rust-20190311"
 REQUIRED_USE="x86? ( cpu_flags_x86_sse2 )"
 
 QA_PREBUILT="
-       opt/${P}/bin/*-${PV}
-       opt/${P}/lib/*.so
-       opt/${P}/lib/rustlib/*/bin/*
-       opt/${P}/lib/rustlib/*/lib/*.so
-       opt/${P}/lib/rustlib/*/lib/*.rlib*
+       opt/${P}/bin/.*
+       opt/${P}/lib/.*.so
+       opt/${P}/lib/rustlib/.*/bin/.*
+       opt/${P}/lib/rustlib/.*/lib/.*
 "
 
 pkg_pretend() {

Reply via email to