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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8771F15817D for ; Thu, 6 Jun 2024 20:16:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0DE3E29AA; Thu, 6 Jun 2024 20:16:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B133DE29AA for ; Thu, 6 Jun 2024 20:16:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EBAB9340C33 for ; Thu, 6 Jun 2024 20:16:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CF4A11F1 for ; Thu, 6 Jun 2024 20:16:53 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1717704987.76ebd31a668741a153ed1b6094c36854357dbc8e.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust-bin/rust-bin-1.78.0.ebuild X-VCS-Directories: dev-lang/rust-bin/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 76ebd31a668741a153ed1b6094c36854357dbc8e X-VCS-Branch: master Date: Thu, 6 Jun 2024 20:16:53 +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: ac45666d-ea4a-4b2d-b050-b33be9c11bbc X-Archives-Hash: 25043affae98da6b8246405dd71c5721 commit: 76ebd31a668741a153ed1b6094c36854357dbc8e Author: Matoro Mahri matoro tk> AuthorDate: Sat Jun 1 16:37:56 2024 +0000 Commit: Mike Gilbert gentoo 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.tk> Closes: https://github.com/gentoo/gentoo/pull/36952 Signed-off-by: Mike Gilbert 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/.*