From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 35A7E15813A for ; Wed, 22 Jan 2025 01:20:09 +0000 (UTC) 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 (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 06AE6342F94 for ; Wed, 22 Jan 2025 01:20:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A8A5E02D2; Wed, 22 Jan 2025 01:19:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1D418E0207 for ; Wed, 22 Jan 2025 01:19:57 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65B57341C25 for ; Wed, 22 Jan 2025 01:19:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C12DE236B for ; Wed, 22 Jan 2025 01:19:54 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1737508790.9c3336e01e73bc0b88f79d2be965cf8047894e10.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/readarr-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/readarr-bin/readarr-bin-0.4.9.2730.ebuild X-VCS-Directories: www-apps/readarr-bin/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 9c3336e01e73bc0b88f79d2be965cf8047894e10 X-VCS-Branch: master Date: Wed, 22 Jan 2025 01:19:54 +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: d68696ca-e619-458d-b40a-33cc1eb67df8 X-Archives-Hash: 98aef639cdb94ddb9817ff4316b24cde commit: 9c3336e01e73bc0b88f79d2be965cf8047894e10 Author: Maciej Barć gentoo org> AuthorDate: Tue Jan 21 23:20:57 2025 +0000 Commit: Craig Andrews gentoo org> CommitDate: Wed Jan 22 01:19:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c3336e0 www-apps/readarr-bin: remove lttng-ust dependency Bug: https://bugs.gentoo.org/941894 Signed-off-by: Maciej Barć gentoo.org> Signed-off-by: Craig Andrews gentoo.org> www-apps/readarr-bin/readarr-bin-0.4.9.2730.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www-apps/readarr-bin/readarr-bin-0.4.9.2730.ebuild b/www-apps/readarr-bin/readarr-bin-0.4.9.2730.ebuild index c7b3e4d7b3bd..e71a1b92c4dc 100644 --- a/www-apps/readarr-bin/readarr-bin-0.4.9.2730.ebuild +++ b/www-apps/readarr-bin/readarr-bin-0.4.9.2730.ebuild @@ -46,7 +46,6 @@ RDEPEND=" acct-group/readarr acct-user/readarr dev-libs/icu - dev-util/lttng-ust:0 dev-db/sqlite " @@ -56,7 +55,7 @@ src_prepare() { default # https://github.com/dotnet/runtime/issues/57784 - rm libcoreclrtraceptprovider.so Readarr.Update/libcoreclrtraceptprovider.so || die + find . -type f -iname libcoreclrtraceptprovider.so -delete || die } src_install() {