commit:     76ebd31a668741a153ed1b6094c36854357dbc8e
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Sat Jun  1 16:37:56 2024 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Jun  6 20:16:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ebd31a

dev-lang/rust-bin: widen QA_PREBUILT glob

New .so file is a linker script pointing to a different file named like
this: lib/libLLVM.so.18.1-rust-1.78.0-stable

Closes: https://bugs.gentoo.org/933364
Closes: https://bugs.gentoo.org/933365
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Closes: https://github.com/gentoo/gentoo/pull/36952
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 dev-lang/rust-bin/rust-bin-1.78.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/rust-bin/rust-bin-1.78.0.ebuild 
b/dev-lang/rust-bin/rust-bin-1.78.0.ebuild
index fdc516507a91..f14659567798 100644
--- a/dev-lang/rust-bin/rust-bin-1.78.0.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.78.0.ebuild
@@ -55,7 +55,7 @@ RESTRICT="strip"
 
 QA_PREBUILT="
        opt/${P}/bin/.*
-       opt/${P}/lib/.*.so
+       opt/${P}/lib/.*.so*
        opt/${P}/libexec/.*
        opt/${P}/lib/rustlib/.*/bin/.*
        opt/${P}/lib/rustlib/.*/lib/.*

Reply via email to