diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-06-01 12:37:56 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-06-06 16:16:27 -0400 |
commit | 76ebd31a668741a153ed1b6094c36854357dbc8e (patch) | |
tree | 68b908aff56e8e74bb2b7c9850c8d87077146424 /dev-lang/rust-bin | |
parent | sci-astronomy/kstars: add 3.7.1 (diff) | |
download | gentoo-76ebd31a668741a153ed1b6094c36854357dbc8e.tar.gz gentoo-76ebd31a668741a153ed1b6094c36854357dbc8e.tar.bz2 gentoo-76ebd31a668741a153ed1b6094c36854357dbc8e.zip |
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@matoro.tk>
Closes: https://github.com/gentoo/gentoo/pull/36952
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-lang/rust-bin')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.78.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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/.* |